Description
As discussed on the dev ML:
Instead of:
CSVFormat.RFC4180
.withHeader() // use first row as header
.withSkipHeaderRecord();
It would be useful to have a method that does this in one call: withFirstRecordAsHeader()
As discussed on the dev ML:
Instead of:
CSVFormat.RFC4180
.withHeader() // use first row as header
.withSkipHeaderRecord();
It would be useful to have a method that does this in one call: withFirstRecordAsHeader()