cancel
Showing results for 
Search instead for 
Did you mean: 

FCC for Receiver file adapter

raviteja_satuluri
Contributor
0 Kudos

Hi Experts,

Please find the below information

The Output CSV file format

"90042345931010"|20150311|1|"GY8S160E30UH21"|"10015429"|"Each"|"USD"|3570|-2124|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|-578|0|0|0|0|0|0|||||||"10"|||||||||||||||||||"66217672"||||"9004234593"|||||"682"||||||||||||"

To get above format

What are the file content conversion parameters i need to use.

Please tell me it helpful to me a lot.

Thanks in advance,

Regards,

Ravi.

Accepted Solutions (1)

Accepted Solutions (1)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Ravi,

In addition to the above parameters you should use


Record.beginSeparator="


or


you can use replace string function in mapping to ignore the "

Record.fieldNames=field1,field2,field3,field4


Record.processFieldNames=fromConfiguration



Regards

Bhargava Krishna

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravi Teja,

Please use the following FCC parameters

Record.fieldSeparator : |

Record.endSeparator : 'nl'

Please go through this link.

Converting XML in the Receiver File/FTP Adapter to Text Format - Configuring the File/FTP Adapter in...

Regards,

Suhale Shaik.