[CSV-203]

withNullString value is printed without quotes when QuoteMode.ALL is
specified; add QuoteMode.ALL_NON_NULL. PR #17.
This commit is contained in:
Gary Gregory 2017-03-27 12:17:03 -07:00
parent 9ae4b56c2a
commit 48068091e4
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ public final class CSVFormat implements Serializable {
* <li>withIgnoreEmptyLines(false)</li>
* <li>withEscape('\\')</li>
* <li>withNullString("\\N")</li>
* <li>withQuoteMode(QuoteMode.ALL_NON_NULL)</li>
* </ul>
*
* @see Predefined#MySQL