cancel
Showing results for 
Search instead for 
Did you mean: 

REG: Graphical Mapping

Former Member
0 Kudos

Hi All,

I have scenario where i need to split 1 input file( xml ) to n files based on one of the i/p values and post those n files in the target directory. Is it possible in the graphical mapping and if not which mapping is preferable?

Thanks in advance,

Siva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can achieve it using graphical mapping... You just need to Make sure the Occurrence of the target side is 0-n & you need to work on context Handling During the course of it as multiple files should be created.

Effectively use copyvalue function with it's occurance 1,2 ...to the atrget field required

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sivarama krishna,

we can use any mapping for splitting, basically we can do Splitting & Merging for the BPM Scenarios.

We need to prefer Graphical mapping ,it is very easy for splitting the message. we need to design BPM

BPM Steps are required for Splitting

1) RECEIVE Step: it can receive the message from sender.

2) TRANSFORMATION Step: it can split the message Or it can merge the messages.

3) FORK Step: it can dispacthes the multiple senders and multiple receivers.

4)RECEIVER DETERMINATION Step: Association of Outbound message interfaces and it can processed by single or multiple receivers.

Note: Here we can take two Receiver Determination steps.One for Sender1 and antother for Sender2

5) SEND Step: Take the two SENDER steps one for Send1 and Send2.

Regards,

Sateesh N.

Former Member
0 Kudos

Can be achieved using multimapping

In message mapping go to tab Messages , change the occurrence of target message

use your message splitting logic for mapping Target MT

configuration part depends on your requirement

Refer

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Former Member
0 Kudos

Hi,

In my scenario, the value of n (ie no of target files ) is dynamic in nature.

SudhirT
Active Contributor
0 Kudos

Keep one message in the target with the occurence 0..Unbounded and apply the logic for multiple nodes in the root of target structure.

Thanks!

SudhirT
Active Contributor
0 Kudos

Yes, It can be achieved with graphical mapping. Check this blog

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Thanks!

Shabarish_Nair
Active Contributor
0 Kudos

it will be a 1:N graphical mapping. But if it can be done by a graphical mapping will be based on the complexity. generally a graphical mapping should be able to achieve it.