cancel
Showing results for 
Search instead for 
Did you mean: 

mapping

Former Member
0 Kudos

In the mapping from source to target was mapped 3 times. what is the meaning of this sentence ?? Is it like that in target you might have 3 or more context changes and you mapped the source field to 3 target fields which are at different contexts ??

Please correct me if I am wrong

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey

can you provide us with the source for the above statement:)

also you may have duplicated a certain node on the receiver side(in ur case 3 times) and mapped the source to all of them

thanx

ahmad

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Kumar,

I think the same source field has been mapped 3 times to the target field.

For example,

source

<Node>

<Name>J</Name>

</Node>

Case 1 o/p ; The same source has been mapped 3 times to the target(on duplicating Name field)

Target

<Nodes>

<Name>J</Name>

<Name>J</Name>

<Name>J</Name>

</Nodes>

Case 2 o/p : The same source has been mapped 3 times to the target (source node has been mapped to FirstName, FamilyName,LastName)

Target

<Nodes>

<Header>

<FirstName>J</FirstName>

</Header>

<Detail>

<FamilyName>J</FamilyName>

</Detail>

<Footer>

<LastName>J</LastName>

</Footer>

</Nodes>

Hope it clears!!

Best regards,

raj.