Mapping multiple source elements to a single target element cross referenced by an identifier
Summary
How to map multiple source elements to a single target element cross referenced by an identifierContent
I have two source elements (response from two different REST calls) - Source1 and Source2.
Source1 response has a repeating element 'Value' - it contains few child attributes (Quantity, Min, Max) and an identifier attribute (ComponentItemNumber)
Source2 has a repeating element 'product' - it contains few child attributes (Data, Voice) and an identifier attribute (ProductNumber)
I need to map the attributes from both the source into a single target. That is,
Map Data, Voice, SMS for each repeating element of 'product'
and
Tagged:
1