Hi,
i am working on a FTP to FTP XMl scenerio wherein I am getting CSV file as in put and I have implemented a FCC in the sender file communication channel.
The message type is
RootNode
---->ItemNode
--------->field1
---------->field2
------------>field3
------------->field4
-------------->field5
FCC configuration done is sender file communication channel
Document Name:RootNode
Document namespace:Namespace
Recordset name:RootNode
Recordset structure:ItemNode,
Recordset sequence:Ascending
KeyfieldType:String(Case-Sensitive)
recordset.fieldNames:field1,field2,field3,field4,field5
recordset.fieldSeparator:,
recordset.endSeparator:nl
item.fieldNames:field1,field2,field3,field4,field5
item.fieldSeparator:,
Still I am getting error in communication channel as
Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'item.fieldFixedLengths' or 'item.fieldSeparator' is missing Mandatory parameter 'item.fieldNames': no value found
Can you please help me?
Thanks in advance