cancel
Showing results for 
Search instead for 
Did you mean: 

Map two different source elements to one target element

Former Member
0 Kudos

Hello,

This is my scenario.



RootSource1 (0..1)
         source1 (0..unbounded)---> one entry of this will create one TargetSource
             nameA --> mapped to TargetSource/Target1
RootSource2 (0..1)
         source2 (0..unbounded)---> one entry of this will create one TargetSource
             nameB --> mapped to TargetSource/Target1   
           
TargetSource (0..unbounded)
         Target1 (0..1)

From graphical tool, I can map

TargetSource = removeContexts(source1)

I also have to do:

TargetSource = removeContexts(source2)

But it seems the tool does not let me do the second mapping. Does anybody know how?

Any help appreciated.

Best regards,

-mhd

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

Try it like this:

in target message, right-clink on TargetSource field and select "duplicate entry".

Map the 1st source field to the 1st TargetSource entry and the 2nd Source field to the 2nd TargetSource entry.

Regards,

Henrique.

PS: I don't think you need removeContext in this case, since the root is 0...1.

Former Member
0 Kudos

Thanks Henrique. It works.

Best regards,

-mhd

Answers (0)