cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Multiple Records in a file adapter

Former Member
0 Kudos

Hi All,

My source file message :

<Source_MT>

<Records>....<b>0-Unbound</b>

<Country>THAILAND</country>

-

-

</Records>

<Records>....<b>0-Unbound</b>

<Country>ANGOLA</country>

-

-

</Records>

</Source_MT>

Target Message:

<Target_MT>

<Employees>....<b>0-Unbound</b>

<Country>THAILAND</country>

-

-

</Employees>

</Traget_MT>

Now in my scenario ,source message will have multiple records with different countries........

I want to send these records to different receivers on the basis of this coutry field,means after target message mapping....all the records corresponding to THAILAND must be sent to THA_RECVR system..all the records corresponding to ANGOLA must be sent to Angola recvr systems...

Please help me to club target message records on the basis of country field and then send it to correspodning receiver systems ......

Should I use BPM?

Accepted Solutions (0)

Answers (3)

Answers (3)

justin_santhanam
Active Contributor
0 Kudos

Shweta,

You need to do enhanced receiver determination. You can handle this by determining them during runtime.

Check this out : [Page 3 : My reply]

raj.

Former Member
0 Kudos

Hi,

yes I have tried with conditional recvr determination.....but I am not able to figure out how to club records for different countries and then send it to respective recever systems.

Thanks,

Shweta.

Former Member
0 Kudos

Hey

did u try looking at conditional receiver determination for this?

i guess that should solve your purpose.

Thanx

Aamir