cancel
Showing results for 
Search instead for 
Did you mean: 

XML Convert to CSV - SAP PI

former_member269988
Participant
0 Kudos

Hi dear,

I need convert a XML in CSV file to send a SFTP server (using SAP PI). i use this link with reference:

https://blogs.sap.com/2014/09/24/fcc-parameter-reference-for-messagetransformbean-module/

https://wiki.scn.sap.com/wiki/display/XI/How+To...Content+conversion+module+with+J2EE+JMS+adapter?or...

I Create a file but the columns that are blank don't appear in the file.

Ex:

<ns:MyDocument xmlns:ns="http://xi.com/test">
<NameA>
<Column1>AA</Column1>
<Column2>BB</Column2>
<Column3></Column3>
<Column4></Column4>
</NameA>

Csv file correct:
AA;BB; ; ;

Current file:

AA;BB


My Communication Channel:

The Log of succesful

Thanks

Accepted Solutions (0)

Answers (0)