cancel
Showing results for 
Search instead for 
Did you mean: 

File Split based on Switch::BPM

Former Member
0 Kudos

Hi Experts,

I have to develop a scenario, wherein I am provided with a data:

<MainData>

</MainData>

<LocalData>

</LocalData>

<LocalData>

</LocalData>

Depending upon the local data the file has to be posted in either of the 2 folders(but main data shouldn't be there), using BPM .

We have to do java mapping ?

How can this be achieved? Please suggest the BPM steps as well.

Thanks & Regards,

Sushama

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
(but main data shouldn't be there),

In the target-side DT do not include the Main Data node....or if it is there then do not map it (oocurence should be 0..1) ....so your file will not contain Main Data

Depending upon the local data the file has to be posted in either of the 2 folders

Why do we need a BPM here? Cant we decide/ set the Target folder using Dynamic COnfiguration? And since it is either of the 2 folders, I think that it will be better to use ASMA (Directory) logic.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhishek,

Thanks for the inputs.

I thought for the solution but the thing is our scenario contains multiple nodes(around 10 nodes) so, that's the reason we need to design BPM to reduce the complexity and also to trigger alert and workflow.

Can we use BPM model with multimapping followed by switch condition?

Thats the reason we have gone for the BPM solution.

Regards,

Sushama

Edited by: sushama pandey on Dec 28, 2009 6:25 AM