cancel
Showing results for 
Search instead for 
Did you mean: 

mapping issue urgenr

Former Member
0 Kudos

Hi Gurus,

How can i achieve this..

source structure is

Node A

Node A_Val1

Node A_Val2

Node B

Node B_Val1

Node B_Val2

Node B_Val3

Node c

Node c_Val1

Node c_Val2

Node c_Val3

Target Structure is

Seq A

ItemNo 1(value of Node A_Val1)

ItemNo 2(value of Node A_Val2)

ItemNo 3(value of Node B_Val1)

ItemNo 4(Value of Node B_Val2)

ItemNo 5(Value of Node B_Val3)

ItemNo 6(Value of Node c_Val1)

ItemNo 6(Value of Node c_Val2)

ItemNo 6(Value of Node c_Val3)

Seq B

ItemNo 1(value of Node A_Val1)

ItemNo 2(value of Node A_Val2)

ItemNo 3(value of Node B_Val1)

ItemNo 4(Value of Node B_Val2)

ItemNo 5(Value of Node B_Val3)

ItemNo 6(Value of Node c_Val1)

ItemNo 6(Value of Node c_Val2)

ItemNo 6(Value of Node c_Val3)

NBhaktha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

well to me it looks like a simple 1-1 mapping between source and target.

only thing you need to do is map Node A_Val1 to both Seq A->ItemNo 1 as well as Seq B-> ItemNo 1

similarly map Node A_Val2,Node B_Val1 etc.

if i misunderstood your question,please clarify

Thanx

Aamir