AbstractCsvWriter.escapeString() does not increment the line count correctly...
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
Fixed in [r274].
Now I'm having second thoughts about how it replaces embedded line terminators (any of the 3) with the preference 'end of line symbols'. That is actually modifying the data (what if you wanted your data to be independent of the line terminators used for the CSV file??).
It might be a candidate for a preference, though I'm not sure what the default should be (replace or preserve?)!
Related
Commit: [r274]