cancel
Showing results for 
Search instead for 
Did you mean: 

Multi Mapping in Java Mapping

Former Member
0 Kudos

Hello Everyone,

My scenario has a flat file that needs to be grouped and split into multiple xml files

Since the source is a flat message I have used a java mapping where the splitting happens.

I've also made sure to add the <mesages> and <messages1> tags for the target message so that my file asapter can split it

The problem is when i test this interface i get 'Eror while constructing multi-XML Doucment' in my moni

Anybody had similar problems..??

Thanks

Bharath

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bharath,

Have you created an Enhanced Interface Determination?

Regards,

Rahul

Former Member
0 Kudos

Yes,

I've worked on a few multi mappings before successfully.. so the obvious doubts can be ruled out..

however this is the first time Im using Java mapping to do this..

One doubt that however is hovering is "can flat files be used as input ??" or should I use FCC to convert into a simple XML with just one node and parse it to get my payload?