cancel
Showing results for 
Search instead for 
Did you mean: 

How to achieve Java Multi-mapping in PI 7.31?

Former Member
0 Kudos

Hi,

     I have a simple file to file scenario. Want to do 1:n transformation using java mapping.

     Followed this link  Multi-Mapping using Java Mapping - Process Integration - SCN Wiki . But the result was a single message with three root segments. where as the requirement is to get three messages each having one root segment. Please suggest how can we achieve this.

PS: Please suggest a solution specifically using java mapping.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184720
Active Contributor
0 Kudos

During the run time your interface determination will split the message and you'll see three different messages.

Former Member
0 Kudos

Can you post a in/out xls payload?

Cheers

F

Former Member
0 Kudos

Hi Nisar,

I had the same issue when I was trying to achieve this. I am able to create the target structure with multiple subsegments but unable to get them in individual multiple messages.

Sumit