cancel
Showing results for 
Search instead for 
Did you mean: 

new line getting added in FCC for Receiver File Adapter

former_member200339
Participant
0 Kudos


Dear All,

I am facing an issue with the File Content Conversion in the Receiver File adapter.

I am using the following parameters to generate a txt file with fixed field length.

1. fieldNames

2. fieldFixedLengths

But when the target file is getting created, it adds a new line after every line. I am unable to remove the new line.

Please advice how can I remove the new line.

Thanks and Regards,

Rana Brata De

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rana

Try with the below parameter

Record.endSeparator =  blank

do not give any values on the value tab.

Also you can try with removing the endSeparator parameter from FCC if you have used that.



Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Rana,

Please follow the below blog...

http://www.riyaz.net/sap/xipi-file-content-conversion-for-complex-structures/79/

Regards

Gaurav Ranjan

Bhargavakrishna
Active Contributor
0 Kudos

Hi Rana,

Try by adding FCC parameter record.addHeaderLine..

Refer the below bolg

http://wiki.scn.sap.com/wiki/display/XI/File+Content+Conversion

Regards

Bhargava krishna

Harish
Active Contributor
0 Kudos

Hi Rana

try to give the hexadecimal value in the content conversion paramter.

0x0D     = Carriage return

0x0A     = NL line feed, new lineà

try the end saperator 0x0D.

regards,

Harish

gagandeep_batra
Active Contributor
0 Kudos

Add Record endSeparator As 'nl' or hexa value

Regards

GB

former_member200339
Participant
0 Kudos

I tried with that but it did not work

gagandeep_batra
Active Contributor
0 Kudos

Can you share screen shot:

plz find below screen  that may help

Regards

GB