cancel
Showing results for 
Search instead for 
Did you mean: 

new line in file content conversion....

Former Member
0 Kudos

hi,

i have a scenario where i need to seperate two records with 2 lines

example

<record1> name1 name2 name 3

<record2> name11 name22 name 33

where each records seperated by 2 lines

i have tried using a endSeparator with 'nl' two times but it was no help

kindly helkp me on this

with regards

N pradeep

Accepted Solutions (0)

Answers (3)

Answers (3)

vikas_agarwal
Contributor
0 Kudos

Hi,

In FCC use two time Record.endSeparators

Like

Record.endSeparator - 'nl'

Record.endSeparator - 'nl'

I think this will solve yr problem.

Regards

Vikas

Former Member
0 Kudos

wirte os level script to add one more after each record.

0 Kudos

I have some suggestions..even though i haven't tried it..

You can add another element at the end of target data type with value as "new line"... and use Endseparator in FCC....

or try using

two EndSeparators