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

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Pedro,

Try this:

string-->removeContext->item

string-->refernce

Regards

Suraj

Former Member
0 Kudos

It´s not working.

The first item is ok. The second item is created but the reference is not filled.

Any suggestions?

Thanks,

Pedro Leal

former_member187339
Active Contributor
0 Kudos

Hi Pedro,

Check this:

RefernceList-->removeContext->item

string>mapwithDefault>refernce

Also give an example of source XML structure

Regards

Suraj