cancel
Showing results for 
Search instead for 
Did you mean: 

How to do the Graphical Mapping

Former Member
0 Kudos

Hi Experts,

I have a situation where I need to do the graphical mapping where I should generate Record set which is unbounded.

If you look at the below screen, both Items and Record on the target message has same number of fields with same names.


Source Structure

<Record>

  <Items>     Field1     Field2     Field3   </Items> 

  <Items>     Field1     Field2     Field3   </Items>

</Record>

<Record> 

  <Items>     Field1     Field2     Field3   </Items>

  <Items>     Field1     Field2     Field3   </Items>

</Record>

Target should be:

<Record>   

   Field1   

   Field2 

   Field3

</Record>

<Record> 

   Field1   

   Field2   

   Field3

</Record>

<Record> 

   Field1   

   Field2  

   Field3

</Record>

<Record> 

   Field1   

   Field2   

  Field3

</Record>

How to achieve this using the graphical mapping? Appreciate your help!

Aswin

Accepted Solutions (1)

Accepted Solutions (1)

Harish
Active Contributor
0 Kudos

Hi,

Please map the item to target node record and apply the node function remove context before that.

item --> remove context --> record.

regards,

Harish

Former Member
0 Kudos

Thank You Harish.

Remove Context is working.

Aswin

Answers (0)