This repository was archived by the owner on Jan 22, 2019. It is now read-only.
This repository was archived by the owner on Jan 22, 2019. It is now read-only.
Option to skip ending line break #155
Open
Description
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();
Metadata
Metadata
Assignees
Labels
No labels