Hi PI experts,
I am trying to convert an XML file to CSV using AF_Modules/MessageTransformBean module key XML2Plain in the SFTP receiver Communication channel
My Structure is like this :
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_PerfMan_File_Pics xmlns:ns0="urn:******.com:abc:1.0">
<Header>
<UserId>UserId</UserId>
<Photo>photo</Photo>
</Header>
<Item>
<UserId>00000482</UserId>
<Photo>SiN.jpg</Photo>
</Item>
<Item>
<UserId>00000520</UserId>
<Photo>AnJ.jpg</Photo>
</Item>
<Item>
<UserId>00000563</UserId>
<Photo>SCh.jpg</Photo>
</Item>
<Parameter>
<Date>20141016</Date>
</Parameter>
</ns0:MT_PerfMan_File_Pics>
I checked the http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.html and this link doen't work
I tried few blogs and referred Converting XML in the Receiver File/FTP Adapter to Text Format - Configuring the File/FTP Adapter in Integration Directo… i still see the below error in Monitoring
Transform: Transformer Conversion3.0.5226 Error initializing Class: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: (4408)
Parameter xml.fieldFixedLengths or xml.fieldSeparator is missing (4409)
Parameter xml.addHeaderLine is missing (4403)
Invalid addHeaderLine value null found (4407)
; caused by java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: (4408)
Parameter xml.fieldFixedLengths or xml.fieldSeparator is missing (4409)
Parameter xml.addHeaderLine is missing (4403)
Invalid addHeaderLine value null found (4407)
attached the screenshot of paramaters configured in CC
PI version : PO 7.31 single stack
Please help.
Best regards,
Varalakshmi SB .