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