[CSV-168] CsvFormat.nullString should not be escaped. [CSV-170]

CSVFormat.MYSQL nullString should be "\N".

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725408 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-01-19 02:38:09 +00:00
parent f8b80e8341
commit 8861157a56
1 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,12 @@ CSV files of various types.
<version>2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>