ChoETL
ChoETL copied to clipboard
CRLF not being added to the end of Fixed Length Files.
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?
Yes, it is by design. Doesn't add CRLF at the end of the file.
Will add this next release.
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.