You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/06/23 07:15:00 UTC

[jira] [Comment Edited] (CSV-298) Support Header in second Row

    [ 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)