Skip to Content
0
Former Member
Jul 16, 2008 at 08:36 PM

mapping issue urgenr

20 Views

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