[
https://issues.apache.org/jira/browse/CSV-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory resolved CSV-108.
------------------------------
Resolution: Not A Problem
Resolving as not a problem.
> Header is not detected
> ----------------------
>
> Key: CSV-108
> URL: https://issues.apache.org/jira/browse/CSV-108
> Project: Commons CSV
> Issue Type: Bug
> Components: Parser
> Affects Versions: 1.0
> Reporter: Ralf Alt
>
> The heaer of the csv file is not detected.
> Name; Firstname
> Mustermann; Thomas
> Musterfrau; Petra
> Reader in = new FileReader("c:/test.csv");
> CSVFormat format = CSVFormat.DEFAULT;
> format = format.newFormat( ';' );
--
This message was sent by Atlassian JIRA
(v6.2#6252)