cancel
Showing results for 
Search instead for 
Did you mean: 

Graphical Mapping problem

Former Member
0 Kudos

Hi,

I'm struggling with the following mapping:

Source Message:

ReferenceList 0...1

string 1...unbounded

Target Message:

T_INT_TABLE 1...1

item 0...unbounded

reference 1...1

I need to create in target message an item for each string of source message and fill the field reference with the string value of source message.

How can I achive this?

Thanks,

Pedro Leal

View Entire Topic
Former Member
0 Kudos

Hi,

Just try this..

String--> RemoveContext-> Item

String>SplitByValue(for each)> Refernce

Regards,

Sarvesh

Former Member
0 Kudos

Thanks Sarvesh. Problem solved.