Skip to Content
0
Jul 01, 2009 at 03:05 AM

Receiver File FCC Issue

21 Views

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>