Hi,
We have an XML file that contains a node called /Items/delivery_header/delivery_line_item/serial_numbers and in that node we have a list of serial numbers separated by commas if there is more than one (e.g. 1 serial would just be XYZABC but 2 or more would be XYZABC,XYZDEF).
Is there a way on the destination XML to create a loop that can iterate through the comma separated values and create XML nodes like the following:
for a single serial number
SerialNumber
ManufacturerVersion = XYZABC
or for multiple serial number
SerialNumber
ManufacturerVersion = XYZABC
SerialNumber
ManufacturerVersion = XYZDEF
I have got as far as the below in the XML Map designer, I assume that I need to use a Loop with the nodes under it, but not sure what to use to split the values out, populate the ManufacturerVersion and then repeat with the next value:

Any help would be appreciated.
Thanks,
Anthony.





