jackson-dataformat-csv icon indicating copy to clipboard operation
jackson-dataformat-csv copied to clipboard

Option to skip ending line break

Open mathieu-lavigne opened this issue 6 years ago • 0 comments

In RFC-4180 it is said that CSV implementations may choose to include a line break at the end of the file or not.

It could be nice to add an option to choose. For instance something like this :

schema.withEndingLineSeparator();
schema.withoutEndingLineSeparator();

mathieu-lavigne avatar Oct 21 '17 09:10 mathieu-lavigne