Hi,
I am trying to post a simple 'File to File' Scenario with content conversion. In the source i have file with data in 2 rows.
In target, i need the same data in 2 rows.
I tried to use the following content conversion parameter for Receiver Communication Channel but still the records are
coming in single line. After each record a small sign ( like a box) is coming but in single row. We are on Linux OS.
Recordset Structure: Record,Row
Row.fieldName: FirstName,LastName,MiddleName,City,Place,State,Country
Row.fieldSeparator: ,
Row.endSeparator";; 'nl'
Row.processConfiguration: FromConfiguration
Record.fieldSeparator";; ,
Record.endSeparator: 'nl'
Can you pls advice.
Regards