Skip to Content
0
Former Member
Dec 03, 2008 at 04:02 PM

Splitting a file based on the payload field - multimapping

425 Views

HI Everyone,

I have a requirement of splitting a file based on the field .

e.g When I am a file as :

row1 David US

row2 Cindra US

row3 Peeru CA

row4 Jay CA

Then, I have to split the file into two files, one file with the US rows and another file with the CA rows.

There can be many countries in the input file, so number of target files need to be generated is not fixed.

I have gone through the below links :

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible ( in the blog we know that there are two receivers but in my case I dont know that )

https://bond.newellco.com/irj/scn/,DanaInfo=www.sdn.sap.com,SSL+thread?messageID=6449801#6449801

( Everyone is providing JAVA mapping as a solution....)

Is Java mapping the only option to resolve the problem case I have ?

Thx

PEERU IN