In [RFC-4180](http://www.ietf.org/rfc/rfc4180.txt) 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(); ```
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 :