Hi Experts,
I have a mapping situation. Please help
I have a source and target structure. Please find attached.
Requirement
1) ShipmentLegID ( 0.1) field at source is mapped to Shipment_Leg field at Target ( 0.1)
2) Now Node ShipmentLeg (Main node) at source can occur multiple times.and each ShipmentLeg node will have one shipmentLegID.
3) At the target side, I need to get the field Shipment_Leg like below
<Line_Item> | |
<Shipment_Leg>89928533</Shipment_Leg> | |
</Line_Item>
<Line_Item> | ||
<Shipment_Leg>89928534</Shipment_Leg> | ||
</Line_Item>
<Line_Item> | ||
<Shipment_Leg>89928535</Shipment_Leg> | ||
</Line_Item> |
|
Please help with the same.
Regards