cancel
Showing results for 
Search instead for 
Did you mean: 

Empty Lines are not taking

Former Member
0 Kudos

Hi all,

I am doing the scenarios File-File with FCC. My source file is as follows. But it is not picking the Empty lines which are there in the source file

So My structure as follows:

MT_BNK01 1..1

RECORD 0..Unbound

--Record_data 0..Unbound

So in the Sender CC i written as follows

Recordset Structure:: RECORD,1

FCC paramtetrs as follows

RECORD.fieldNames RECORD_DATA

RECORD.fieldSeparator '0x0D''nl'

ignoreRecordsetName true

What i need to do extra to capture the empty lines from my source.

Thanks in Advance,

Best Regards,

Vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You ain't using RECORD.endSeparator = 'nl' >?

<b>Cheers,

*RAJ*</b>

Former Member
0 Kudos

Hi Rajesh,

I did that one also. There is no effect. Currently i am using all the these FCC paramters:

RECORD.fieldNames RECORD_DATA

RECORD.fieldSeparator '0x0D''nl'

RECORD.endSeparator '0x0D''0x0A'

ignoreRecordsetName true

RECORD.fieldContentFormatting nothing

RECORD.enclosureConversion YES

The problem here , we given the 'nl' as the fieldSeparator. So if 2 consucutive 'nl' comes then there no value between them so it is suppressing. How to overcome this.

Warm Regards,

Vijay

Former Member
0 Kudos

Also can somebody list out what are all the cenversion parameters that can be used in FCC like 'fieldNames', 'fieldSeperator' and etc

Thanks

karthik kaveriselvan

prasanthi_chavala
Active Contributor
0 Kudos