You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Samuel Martin (JIRA)" <ji...@apache.org> on 2018/03/31 19:57:00 UTC

[jira] [Created] (CSV-223) Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL

Samuel Martin created CSV-223:
---------------------------------

             Summary: Inconsistency between Javadoc of  CSVFormat DEFAULT EXCEL
                 Key: CSV-223
                 URL: https://issues.apache.org/jira/browse/CSV-223
             Project: Commons CSV
          Issue Type: Bug
          Components: Documentation
            Reporter: Samuel Martin


According to the [Javadoc of CSVFormat|https://commons.apache.org/proper/commons-csv/archives/1.5/apidocs/index.html] 
 * {{CSVFormat.DEFAULT}} includes among its settings {{withIgnoreEmptyLines(true)}}
 * {{CSVFormat.EXCEL}} includes among its settings {{withIgnoreEmptyLines(false)}}
 * Then, the same documentation of {{CSVFormat.EXCEL}} reads that 
{quote}Note: this is currently like RFC4180 plus withAllowMissingColumnNames(true).{quote}

One of these three must be wrong (both ignore empty lines, or neither ignores empty lines, or there is another difference that needs to be mentioned).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)