Dear Experts,
I have follwed Arpit Seth's blog "File Receiver with Content Conversion" and completed Recv FCC scenario for below structure with parameters:
Records.fieldSeparator= ,
RecordList.fieldSeparator='nl'
Records.endSeparator='nl'
<root>
<RecordList>
<Records>
<ID>123</ID>
<Name>SAP</Name>
<Loc>US</Loc>
</Records>
</RecordList>
</root
How can perform same Recv FCC for below given structure. I have given parameters as -
Records.fieldSeparator= ,
Records.endSeparator='nl'
Its not working....Need suggestions...thanks in advance...
<root>
<Records>
<ID>123</ID>
<Name>SAP</Name>
<Loc>US</Loc>
</Records>
</root>