Skip to content

Commit 4ca7b7a

Browse files
committed
[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
1 parent 2210c0b commit 4ca7b7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/apache/commons/csv/Constants.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ final class Constants {
6666
*/
6767
static final String PARAGRAPH_SEPARATOR = "\u2029";
6868

69+
static final String PIPE = "|";
70+
6971
/** ASCII record separator */
7072
static final char RS = 30;
7173

0 commit comments

Comments
 (0)