public final class CSVConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static char |
DEFAULT_COMMENT_CHAR
Default character (#) for commenting lines used while reading and writing CSV-streams.
|
static java.lang.String |
DEFAULT_ENCODING
Default encoding used for reading and writing CSV-streams configured at project.properties using key
'csv.encoding'.
|
static char |
DEFAULT_FIELD_SEPARATOR
Default field separator char for reading and writing CSV-streams configured at project.properties using key
'csv.fieldseparator'.
|
static java.lang.String |
DEFAULT_LINE_SEPARATOR
Default line separator (line break) used for reading and writing CSV-streams.
|
static long |
DEFAULT_MAX_MULTI_LINES
Default maximal amount of multi line breaks within one line/record configured at project.properties using key
'csv.maxmultilines'.
|
static java.lang.String |
DEFAULT_MULTI_LINE_SEPARATOR
Default separator (\\) character defining the continuing of CSV-line in next physical line while reading and
writing CSV-streams.
|
static char |
DEFAULT_QUOTE_CHARACTER
Default field enclosing character for reading and writing CSV-streams configured at project.properties using key
'csv.quotecharacter'.
|
static java.lang.String |
HYBRIS_ENCODING
Encoding used for platform internal CSV-streams and as fallback encoding of
DEFAULT_ENCODING. |
static char |
HYBRIS_FIELD_SEPARATOR
Line separator used for platform internal CSV-streams and as fallback separator of
DEFAULT_LINE_SEPARATOR
. |
static java.lang.String |
HYBRIS_LINE_SEPARATOR
Line separator used for platform internal CSV-streams and as fallback separator of
DEFAULT_LINE_SEPARATOR
. |
static long |
HYBRIS_MAX_MULTI_LINES
Maximal amount of multi line breaks within one line/record used as fallback of
DEFAULT_MULTI_LINE_SEPARATOR |
static char |
HYBRIS_QUOTE_CHARACTER
Quote character used for platform internal CSV-streams and as fallback separator of
HYBRIS_QUOTE_CHARACTER. |
static java.lang.String[] |
LINE_SEPARATORS
Contains all possible strings for a line terminator.
|
| Constructor and Description |
|---|
CSVConstants() |
public static final java.lang.String HYBRIS_ENCODING
DEFAULT_ENCODING.public static final java.lang.String DEFAULT_ENCODING
public static final java.lang.String HYBRIS_LINE_SEPARATOR
DEFAULT_LINE_SEPARATOR
.public static final java.lang.String DEFAULT_LINE_SEPARATOR
this#HYBRIS_LINE_SEPARATOR will be used.public static final char HYBRIS_FIELD_SEPARATOR
DEFAULT_LINE_SEPARATOR
.public static final char DEFAULT_FIELD_SEPARATOR
public static final char HYBRIS_QUOTE_CHARACTER
HYBRIS_QUOTE_CHARACTER.public static final char DEFAULT_QUOTE_CHARACTER
public static final char DEFAULT_COMMENT_CHAR
public static final java.lang.String DEFAULT_MULTI_LINE_SEPARATOR
public static final long HYBRIS_MAX_MULTI_LINES
DEFAULT_MULTI_LINE_SEPARATORpublic static final long DEFAULT_MAX_MULTI_LINES
DEFAULT_MULTI_LINE_SEPARATORpublic static final java.lang.String[] LINE_SEPARATORS
Pattern class,
thiese are:
Copyright © 2018 SAP SE. All Rights Reserved.