cancel
Showing results for 
Search instead for 
Did you mean: 

mapping

Former Member
0 Kudos

Please help me regarding mapping of source interface with multiple fields(idoc) to the target structure having singe field

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Maram,

You can use java mapping and use many fileds to map them to one target.

Please see :-

/people/michal.krawczyk2/blog/2005/03/04/globalcontainer--in-graphical-mapping-xi

/people/rahul.nawale2/blog/2006/07/18/java-mapping-an-alternate-way-of-reading-a-csv-file

/people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios

/people/thorsten.nordholmsbirk/blog/2006/08/10/using-jaxp-to-both-parse-and-emit-xml-in-xi-java-mapping-programs

/people/riyaz.sayyad/blog/2006/04/23/introduction-to-context-handling-in-message-mapping

Vishal

    • Reward points for useful Help

aashish_sinha
Active Contributor
0 Kudos

Hi,

Inside the mapping Graphical mapping step in message mapping use the concat function to acheive this. This will help you in putting multiple values in one single string.

I'll suggest you that use a deliminator to seperate the record value.

Regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

To achive this you can use the <b>CONCAT</b> function and then map to the source fields to target field.