cancel
Showing results for 
Search instead for 
Did you mean: 

Steps for Merging multiple files into Single file with or without BPM ?

Former Member
0 Kudos

Hi ,

I need to pick 3 different files from the same directory and I have to merge all the 3 files into one file and sent to target directory.

Is it possible to do without BPM?

If not can someone please explain how we can do it using BPM? what are the steps I need to follow?

Thanks

Deepthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deepthi,

u can pick up 3 different files using BPM.

BPM will be like

1...Fork with 3 branches..inside each branch will have receive step to receive file (neccessary branch will be 3)..then container...

2...after fork ends u will have transformation in which u will mention interface mapping.

3..then send step.

Regards,

Manisha

Edited by: Manisha Dahatonde on May 21, 2009 8:47 AM

Answers (1)

Answers (1)

former_member556412
Active Participant
0 Kudos

Hi ,

You can acheive the scenario without BPM also

please refer the following blog although it is multiple idoc to file but idocs are converted into xml files so i think this might help

/people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm

and if you want to use BPM follow the following steps in BPM

1. Receive step: To receive the messages from the file system.

2. Collect(container): You need to collect files for a specified interval(in a maultiline container).

3. Transform: To carry out the mapping.

4. Send : to send the message to the receiver.

Regards,

Bhanu

Edited by: nanduri bhanu on May 21, 2009 5:07 AM