cancel
Showing results for 
Search instead for 
Did you mean: 

How effective splitting one file in to multiple in PI

Former Member
0 Kudos

Hi Forum,

Is it possible to split one file in to 20 or more using PI.

If yes,how effective it is.

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Yes. And there are various ways for doing this.

1. In the adapter engine while picking the flat file using option "Recordset per Message"

2. Using multi-mapping message split.

3. Using BPM loops.

The effectiveness would depend upon the size of message and no of records it contain. e.g. if the size is small, say only 20 records, then splitting the message in 20 parts would not be a good option. But if the size is too large with say thousands of messages, then splitting would turn out to be effective.

Regards,

Prateek