cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter module

Former Member
0 Kudos

Hi gurus,

1)I need to convert the complex xml structure into .CSV file.

I created java mapping to do this but when I used this .jar file in the scenario I got mapping runtime exception.

Should I use the ejb module to achieve this or is there any standard beans to convert this xml to .csv file.

2)I have another requirement to convert .CSV file into complex XML staructure.

To achieve the second objective, Can I use java mapping. If so please provide the links.

I'm currently using PI 7.0.Is there any standard beans that can be used in the communication channel.

If it is adapter module creation can you please provide the examples for modules.

Any help appreciated.

Thanks,

Jay.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I would say that the best thing to achieve would be in the adapter module level rather than in mapping level.

did you try using FCC? Is it not possible to achieve in FCC itself?

If it is hard for you to do it in adapter module level, you can try achiving it with combination of mapping and adapter modulewhere you can convert the complex xml into simple xml and pass it to adapter module with simple FCC conversion.

Regards

Krish

Former Member
0 Kudos

chk this:

http://wiki.sdn.sap.com/wiki/display/Snippets/ConvertingXMLfileintoflatCSVfileusingCustomAdaptermoduleinPI7.1.

Answers (0)