How to map multiple values of complex nodes using for each loops within data mapping
Summary:
I am using OIC version 3
Content (please ensure you mask any confidential information):
I have an XML input in which I have complex nodes:
I need write a CSV file with this structure:
Column1|Column2|Column3|Column4|Column5|Column6|Column7|
Shipmentstop columns
Location columns
Shipmentstop columns
Location columns
etc….
The first node I need to go through is Shipmentstop. For each not found, I have to go look for the information in any of the Location nodes. The field I get from Shipmentstop is Xid and it is used to filter on the Location node with a field that has the same name Xid.
0