cancel
Showing results for 
Search instead for 
Did you mean: 

Maapping issue

Former Member
0 Kudos

Mapping issue:

Source Structure:

ZHDR

-->item 0..unbound

-


>field1

-


>field2

Target Structure:

zhdr 0...unbound

-->item 0..1

-


>filed1

-


>field2

i want to create the target item as many times as source item will occur...is this possible

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi SV

Map tem 0..unbound to zhdr 0...unbound

Target will occur as many times item occur.

Thanks

Gaurav

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi...

Map

Feild1----item(0unbounded)

Feild1---splitbyValue-item(0---unbounded)

Regards,

Leela

samiullah_qureshi
Active Contributor
0 Kudos

Hi,

Yes, it is possible.

Just Map item 0..unbound from source message to zhdr 0...unbound target message.

This will lead to create zhdr in target as many time as item in source message.

Regards,

Sami.

SudhirT
Active Contributor
0 Kudos

HI,

Simply map the 0...Unbound segment from source to target 0...Unbound Segment and for the rest do one to one mapping. It will work.

Also dont forget to map Item field of target with the constant otherwise no item will be generated.

Thanks!

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Map Source Node(0...unbound) To Target Node(0...unbound).