cancel
Showing results for 
Search instead for 
Did you mean: 

Message / File spilt with BPM

Former Member
0 Kudos

Hello all,

I have and hope a simple question. We get a big xml file and we should split this file in sveral small files.

We have a element in there which is repeating several time. So, here an example:

the big file has several <ExpenseReport> Elements with subelements. What we now need is a split of these

ExpenseReports to each file instead of on file. If we get a file with 10 ExpenseReports in one file, we need

after the split 10 files with only 1 Expense Report .

Is this possible to do this with a BPM ?

Or there other solution existing ?

Remark: It is not necessaray a file conversiation. Its a xml file and on the end we will have as well an xml file.

The filename should be the same as the orginal filename with an counter on the end.

E.g. incoming file ExpenseReport.xml (with Expense Report) ->outcoming: ExpenseReport_1.xml; ExpenseReport_2.xml.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos
MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Is this possible to do this with a BPM ?

yes - just use multimapping based message split

if you have file to file then you can use the technique mentioned by me

very simple and not ccBPM required

http://help.sap.com/saphelp_nw70/helpdata/en/42/f3b31d48fb1bc8e10000000a11466f/content.htm

Regards,

Michal Krawczyk