Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Information Provided
-
None
-
None
-
None
Description
I have to parse files where the first rows contains a timestamp and header row is in the second row.
It would be great to code:
Iterable<CSVRecord> records = CSVFormat.RFC4180.withSecondRecordAsHeader().parse(in);