[ 
https://issues.apache.org/jira/browse/CSV-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557859#comment-17557859
 ] 

Michael Osipov edited comment on CSV-298 at 6/23/22 7:14 AM:
-------------------------------------------------------------

Tomorrow I want to skip n lines and then read the header....


was (Author: michael-o):
Tomorrow I want to skin n lines and then read the header....

> Support Header in second Row 
> -----------------------------
>
>                 Key: CSV-298
>                 URL: https://issues.apache.org/jira/browse/CSV-298
>             Project: Commons CSV
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Stephen More
>            Priority: Minor
>
> 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);



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to