cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping help needed..

Former Member
0 Kudos

Hi Folks,

Iam doing mapping in which i have source fields 4. i.e NAME1, NAME2, NAME3, NAME4 with occurence as 0-1.

But i have target field as "FormateName" with occurance as 0-4. now i have to map like below.

NAME1 -


> FormatName(1)

NAME2 -


> FormatName(2)

NAME3 -


> FormatName(3)

NAME4 -


> FormatName(4)

How to meet this requirement. Iam quit new to mapping so kindly help me out.

Thanks in advance.

Regards.

Kishore.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kishore,

you need to repeat the target field "FormateName" four times. Select the target field and right click the duplicate four times..

Now you can map.

NAME1 -


> FormatName(1)

NAME2 -


> FormatName(2)

NAME3 -


> FormatName(3)

NAME4 -


> FormatName(4)

Regards,

Venu.

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

RightC-lick on Target node and say Duplicate....do this thrice...so now you have four target nodes....now map the individual source nodes to corresponding target nodes.

Regards,

Abhishek.

Former Member
0 Kudos

Thanks for venugopal n abhishek for quick reply.

I will do try it n see.

Regards,

Kishore.