[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:
parent
2210c0b02f
commit
4ca7b7a961
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue