Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.8.0
Description
Consider the following CSV file:
h,h,h a,b,c d,e,f
Parse this with the CSV storage plugins to parse headers. The result:
2 row(s): h c f
Expected a runtime error for the duplicate column names, or automatic "uniqification" of the names. Certainly did not expect the first two columns to be dropped.
Attachments
Issue Links
- links to
There are no Sub-Tasks for this issue.