[CSV-175] Add PIPE char for Informix WIP.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739677 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-04-18 01:16:32 +00:00
parent 2210c0b02f
commit 4ca7b7a961
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ final class Constants {
*/
static final String PARAGRAPH_SEPARATOR = "\u2029";
static final String PIPE = "|";
/** ASCII record separator */
static final char RS = 30;