cancel
Showing results for 
Search instead for 
Did you mean: 

File Receiver Communication Channel

Former Member
0 Kudos

Hi,

In the File Adapter, while configuring the Receiver communication channel, I have to specify 2 new lines between each record.

I have tried with the following like:

Record.endSeparator '2nl' and Record.endSeparator 'nl','nl'

Please anyone tell me how can I specify in the configuration.

Thanks,

Yogi.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

No comments

Former Member
0 Kudos

Hi,

Not 'nl''nl..

try with Record.endSeparator 'nl','nl'..

regds,

vasanth

Former Member
0 Kudos

I tried that.Thats not working

Former Member
0 Kudos

Hi Yogendra,

try Record.endSeparator 'nl''nl'

Thanks,

Rajeev Gupta

Former Member
0 Kudos

Thanks for the response.

'nl''nl' is not working.

Former Member
0 Kudos

Hi Yogendranath,

try below:

Record.endSeparator 'nl'

Record.beginSeparator 'nl'

Thanks,

Rajeev Gupta

Former Member
0 Kudos

tried that too...not working

Former Member
0 Kudos

HI,

Try with 'nlnl'. or use the following

Fixed Column Width of the Text Document:

NameA.absoluteRowWidth=<noOfColumns>

If the separators do not contain any line breaks, the text document is generated as a single line of text. To restrict the width of the text, use this parameter. <noOfColumns> represents the maximum number of columns in this case. This parameter also functions together with the specification of a line break for xml.endSeparator.

This value requires NameA.addHeaderLine=0 to be specified.

See the link below

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

Regards

Chilla

<i>Points rewarded if it is usefull..</i>