[
https://issues.apache.org/jira/browse/CSV-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679678#comment-14679678
]
Gary Gregory commented on CSV-156:
----------------------------------
Updating the Java to read
{quote}Never quotes fields. When the delimiter occurs in data, the printer
prefixes it with the current escape character. If the escape character is not
set, format validation throws an exception.{quote}
> Incorrect JavaDoc on QuoteMode.NONE
> -----------------------------------
>
> Key: CSV-156
> URL: https://issues.apache.org/jira/browse/CSV-156
> Project: Commons CSV
> Issue Type: Bug
> Components: Documentation, Printer
> Affects Versions: 1.1
> Reporter: Jason Steenstra-Pickens
> Priority: Trivial
>
> The JavaDoc for {{QuoteMode.NONE}} says:
> {quote}
> Never quotes fields. When the delimiter occurs in data, it is preceded by the
> current escape character. If the escape character is not set, printing will
> throw an exception if any characters that require escaping are encountered.
> {quote}
> However, the {{CSVFormat.validate()}} method will throw an
> {{IllegalArgumentException}} if there is no escape character.
> I was expecting the documented behaviour. I guess I will need to use
> {{QuoteMode.MINIMAL}} instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)