Dear friends,
I’ve a question about a graphical mapping in PI…
I’ve the below mapping. Based on the values for Quantity and Date_Type, I’ve to create two Items at the source structure. The occurence of Items is 2..2
So based on the value 100 and 200 for Date_type, I’ve to take the matching Quantity from the source and map that to the first and second occurrence of the target. This behavior can repeat itself...
So in this example I ‘ve to get the following result:
<Register>
<Item>
<Items>
<Quantity>0</Quantity>
</Items>
<Items>
<Quantity>1000</Quantity>
</Items>
</Item>
</Register>
<Register>
<Item>
<Items>
<Quantity>100</Quantity>
</Items>
<Items>
<Quantity>300</Quantity>
</Items>
</Item>
</Register>
Kan you please tell me how to achieve this?
Your help is greatly appreciated,
Kind regards,
John