We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cf373 commit 9ae4b56Copy full SHA for 9ae4b56
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -362,7 +362,8 @@ public CSVFormat getFormat() {
362
.withIgnoreEmptyLines(false)
363
.withQuote(null)
364
.withRecordSeparator(LF)
365
- .withNullString("\\N");
+ .withNullString("\\N")
366
+ .withQuoteMode(QuoteMode.ALL_NON_NULL);
367
// @formatter:off
368
369
/**
0 commit comments