cancel
Showing results for 
Search instead for 
Did you mean: 

Merging a file on PI server

gagandeep_batra
Active Contributor
0 Kudos

Hi Folks,

I have another requirements plz guid me.

i have a scenario where i pick the  multiple file and want to Merge a files into a single file and put on  another ftp.

i made like that:

Sender CC pick *.txt file and create one message for each file and append at receiver side to a single file.

but i want to merge all file on PI means only one message should create and post a single file only rather than going for append mood

i m also using FCC for both end.

Regards,

Gagandeep.

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You are doing N to 1 mapping. So need to use ccbpm.  Use collect pattern to pick up the files and merge into single file at the target side. Please look BASIS software component preloaded content for understanding Integration process component for thls.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>but i want to merge all file on PI means only one message should create and post a single file only rather than going for append mood

the only way to do this is to use a ccBPM and append them there in the mapping (either by waiting a specific amount of time or waiting for a specific number of messages)

append is the only  "non ccBPM" standard (without custom dev) way to merge files

Regards,

Michal Krawczyk