Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When having a header like a,,c,d,, an IllegalArgumentException("The header contains duplicate names: " +Arrays.toString(header) is thrown because empty header names are treated as a header with name. I sended in a pullrequest at github: https://github.com/apache/commons-csv/pull/2