Description
The CSVFormat.EXCEL.parse should consider the byte order marks when reading the input stream. Files with a byte order mark fail to properly parse.
In my example, I have a starting byte order mark before my headers in a CVS file. The parse fails when trying to get the header via the CSVRecord.get call.
I marked this as critical because many users will interact with Windows user which will most likely have BOM files.
Attachments
Attachments
Issue Links
- is related to
-
CSV-127 Ignore Empty Lines doesn't ignore empty first line
- Open