[
https://issues.apache.org/jira/browse/CSV-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13229514#comment-13229514
]
Emmanuel Bourg commented on CSV-63:
-----------------------------------
There is a comment in the code explaining why:
{code}
// always quote an empty token that is the first
// on the line, as it may be the only thing on the
// line. If it were not quoted in that case,
// an empty line has no tokens.
{code}
> CSVPrinter always quotes empty string if it is the first on a line
> ------------------------------------------------------------------
>
> Key: CSV-63
> URL: https://issues.apache.org/jira/browse/CSV-63
> Project: Commons CSV
> Issue Type: Bug
> Reporter: Sebb
>
> CSVPrinter always quotes the empty string if it is the first on a line.
> This is inconsistent.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira