hi,
i have following target and source structures in mapping.
source:
segment1 (occurs 1..1)
segment2 (occurs 1..99)
type
designation
Target
segment1 (occurs 1..1)
senior (occurs 1..1)
junior (occurs 1..1)
I have to populate SENIOR and JUNIOR fields in tatget structure based on the value of type in source structure.
In our scenario, field TYPE in source structure will have only two values.
Example: source will have TYPE = 1 and designation = tm
TYPE = 2 and designation = sm
i have to move tm to JUNIOR and sm to SENIOR in target structure.