cancel
Showing results for 
Search instead for 
Did you mean: 

Reg. File split in XI

Former Member
0 Kudos

Hi,

How do we split a file in XI? I Know that we can split a file using BPM step Message split. But my scenario is like, I am getting a flat file from a customer and as soon as it picked up by the File adaptor, it should be split into two parts if the file size exceeds certain limit say 100MB. How do we handle such type of scenarios in XI?

Regards,

Murthy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you know approximately, the number records ( line items), you try this option in the following

/people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Have a look at this weblog by Michal to understand this.

/people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions

Kumar.S

Former Member
0 Kudos

Hi ,

Check Satish Reddy's reply in the following thread

Regards,

Sushil.

Former Member
0 Kudos

Hey

>>it should be split into two parts

write a shell script for this and execute that before message processing .

use the OS level functionality of sender file adapter for this

Thanx

Aamir