Skip to Content
0
Former Member
Sep 07, 2007 at 08:38 PM

Handling Multiple Records in a file adapter

22 Views

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?