Skip to Content
0
Jun 19, 2020 at 08:23 PM

PO mapping multiple fields on source to single target field ( 0 to n ) question

1661 Views

Hi ,

how to map multiple values in source str a repetitive field on the target .

possible in graphical mapping or use UDF or any other suggestions ?

Source

<item_source>

<S1>P1</S1>

<S2>P2</S2>

<S3>P3</S3>

</item_source>

to target structure

<item_target>

<Strc_Target>

<Strc>P1</Strc>

<Strc>P2</Strc>

<Strc>P3</Strc>

</Strc_Target>

</item_target>

Thanks,

Raj