if a column starts with space, escaping cannot be disabled
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
For version 2.0.0 (see revision 228), I've changed Super CSV's treatment of surrounding spaces (to be more in line with RFC 4180 - the CSV MIME type definition). This means that by default, surrounding spaces aren't trimmed when reading, nor are they escaped with quotes when writing (as is the issue in this bug). The old behaviour can be enabled by setting the surroundingSpacesNeedQuotes flag in the CsvPreference to true.