hollasch / eol

Convert file end-of-line encodings
MIT License
0 stars 0 forks source link

Stop implicitly interpreting nulls as end-of-lines #13

Open hollasch opened 7 months ago

hollasch commented 7 months ago

Just discovered that CSV files can include nulls that should not be interpreted as end-of-lines. If nulls are to be interpreted as end-of-lines, then rely on explicit options to support this.

This would be a major version bump.

See #11