Enable to use hard line-ending
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
We have this same problem and what I found out is that this actually seems to be a bug in SuperCSV. CSV specification (RFC 4180) defines line break as CRLF (\r\n). It would be nice if it were supported to define exclusively the line break, because there is always someone who implements against specification.
Migrated to GitHub issues: https://github.com/super-csv/super-csv/issues/5