cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible in graphical mapping

former_member229036
Participant
0 Kudos

dear expert

i would like to map  element of header level  to  element under node(0.. unbounded) .

Source

==================

nodecountvalue   1, string

   sitem      0.. unbounded

       A1      1, string

       A2       1, string

   sitem      0.. unbounded

       A1      1, string

       A2       1, string

Target

==================

item     0.. unbounded  

   rowcount          1, string

   A1           1, string

   A2           1, string

nodecountvalue  =  45      ->     rowcount element  under item(0, unbounded)

sitem[]  ->   item[]


if sitem has one row,  it does work ,  but  if sitem has more one row,  it does not work.

is it possible in graphical mapping  ?

if not,  any other way?

Accepted Solutions (1)

Accepted Solutions (1)

allamudi_loordh
Active Participant
0 Kudos

hi david,

do you want the nodecountvalue to be present in all the item[] just repeat it with the occurance of sitem[] .

regards,

Loordh.

former_member229036
Participant
0 Kudos

yes,


nodecountvalue to be present in all the item[] just repeat it with the occurance of sitem[] .

allamudi_loordh
Active Participant
0 Kudos

map like this.

sitem[]  ->   item[]


nodecountvalue  --->copyvalue[0]--->  rowcount element.



regards,

loordh.



Answers (1)

Answers (1)

former_member191435
Contributor
0 Kudos

Hi David,

Can you please give your source and target structures properly...

Thanks,

Sreenivas