cancel
Showing results for 
Search instead for 
Did you mean: 

File to Proxy message splitting

Former Member
0 Kudos

Hi .. I am using PI 7.3 and I have a scenario for File to Proxy interface.

The requirement is is to split the incoming file into mutiple files, if the number of records exceed 950.

My first question would be, is this possible and secondly if yes...how to do it?

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Harish
Active Contributor
0 Kudos

Hi Ashirbani,

as per Indrajit's suggestion, you can use the recordset per message to split the input file into multiple message in PI.

Regards,

Harish

Former Member
0 Kudos

Hi Ashirbani

Use the recordset per message in the content conversion and put the value as 950.

So if the file has more than 950 Records, The file will be split in PI.

Bhavani_Baisani
Participant
0 Kudos

use java code split the incoming file into multiple files and then multiple files place in the folder and then proceed the file the proxy interface.

Former Member
0 Kudos

Hi,

What is your requirement in the receiver side ?

For each 950 records you want to create a splitted file in the target side or anything else .