cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping

Former Member
0 Kudos

Hi,

I had a source message with four fields,

in the target there is only one field that is string.

I had to pass the four fields in to that string seperated with delimeter or comma.

how can i do that.

Source Structure

Messge

Vendor Number

Status

Vendor Name

Target Structure

String

Please help me on this.

Thanks

Srinivas

Please help me on this.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you could use the standard-function concat:

concat(concact(concat(Messge, Vendor Number)Status)Vendor Name)

In the concat function you can edit a Delimiter (with double click on the function).

Regards

Patrick

Answers (1)

Answers (1)

former_member556603
Active Contributor
0 Kudos

Srinivas,

Use

Concat R = Linking of strings X and Y (without blanks).

Example: X = “Mrs.”; Y = “Miller”; R = “Mrs.Miller”. Use the dialog for the function properties to insert a separator in the string.

Thanks,

Satya..