Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0
-
None
-
None
-
None
Description
If parsing a file which has an empty first line and then a header row the empty first line is treated as the header row.
Parser created like
CSVParser csvParser = new CSVParser(reader, CSVFormat.DEFAULT.withHeader().withIgnoreSurroundingSpaces(true));
Attachments
Attachments
Issue Links
- relates to
-
CSV-107 CSVFormat.EXCEL.parse should handle byte order marks
- Reopened