cancel
Showing results for 
Search instead for 
Did you mean: 

XML to CSV file conversion for each segment at the target side

Former Member
0 Kudos

Hello All,

Need your help on below urgent requirement.

Requirement : From the source side we are getting xml file from workday and at the target side we are having some segments which needs to be converted as a csv file for each segment.Attached the mapping screen shot.

Note: we need separate csv file for each segment(like for Personfile,Person_Changes,Address_changes etc..) at the target end.

I have tried with multimapping concept and some other ways , but no luck.

Kindly suggest with java code or any other solution for this requirement.

mapping-screen-shot.png

Thanks in advance,

Regards,

Ram D.

Accepted Solutions (0)

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Just use a separate message mapping for each segment and then under interface determination in ID, add them all. Make sure you use xpath to check if the segments are present, in that way, the mapping does not go into error when it goes missing.

Regards,

Mark