ChoETL icon indicating copy to clipboard operation
ChoETL copied to clipboard

CRLF not being added to the end of Fixed Length Files.

Open damienspivak opened this issue 2 years ago • 2 comments

Not completely sure if this is an issue or just a convention that you've chosen but, when I use the fixed file writer. It's adding a CRLF to every line except at the end of the file. If it is a convention you've chosen, is there a neat way to configure it so that it adds a final CRLF?

damienspivak avatar Mar 03 '22 18:03 damienspivak

Yes, it is by design. Doesn't add CRLF at the end of the file.

Will add this next release.

Cinchoo avatar Mar 03 '22 21:03 Cinchoo

put a fix, to add newline at the end of file with the release v1.2.1.43-beta11

It can be controlled via Configuration.AddEOLDelimiterAtEOF configuration option.

Cinchoo avatar Mar 10 '22 18:03 Cinchoo