cancel
Showing results for 
Search instead for 
Did you mean: 

blank lines inserted at the end of the flat file generated

Former Member
0 Kudos

Hi,

my scenario is idoc to flat file. for each item node in the idoc, one flat file has to be generated. i have used FCC with variable substitution method.

structure is something like this

<TOItem>

<field1>

<field2>

</TOItem>

<FieldNode>

< Filename>

the filename value is used to generate the file name in variable substitution. this field should not appear in the output file. so we have used

Filenode.fieldFixedLengths = 0 and FileNode.fixedLengthTooShortHandling=Cut

with this 2 blank lines are being inserted in the output file.

these lines should not appear in the output file. can anyone guide me how to achive.

Best Regards

Deepika

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Do not add this as a separate node. Keep it inside the field strucuture at the end and mentione the length of the field 0. Your problem will be solved.

VJ

Former Member
0 Kudos

Hi,

if we try in this way we will get the error as the inputfield length is greater thatn the specified field length