public interface CSVConstants
Modifier and Type | Field and Description |
---|---|
static char |
DEFAULT_ESCAPE
The escape sign for the CSV file to be read
|
static char |
DEFAULT_QUOTE
The quote sign for the CSV file to be read
|
static char |
DEFAULT_SEPARATOR
The separating sign for the CSV file to be read (can be '\t' or ',' or
' ')
|
static String |
LOOKUP_KEY_COLUMN
Name of the parameter specifiying the columns to match
|
static String |
LOOKUP_VALUE_COLUMN
Name of the parameter specifiying the columns to match
|
static String |
PARAM_ESCAPE
Name of the parameter specifying the escape sign
|
static String |
PARAM_GEOMETRY
Name of the parameter specifying the geometry/coordinate system
|
static String |
PARAM_QUOTE
Name of the parameter specifying the quote sing
|
static String |
PARAM_SEPARATOR
Name of the parameter specifying the separating sign
|
static String |
PARAM_SKIP_FIRST_LINE
Name of the parameter specifying the reader setting
|
static String |
PARAM_TYPENAME
Name of the parameter specifying the type name
|
static final String PARAM_SKIP_FIRST_LINE
static final String LOOKUP_KEY_COLUMN
static final String LOOKUP_VALUE_COLUMN
static final String PARAM_SEPARATOR
static final String PARAM_QUOTE
static final String PARAM_ESCAPE
static final char DEFAULT_SEPARATOR
static final char DEFAULT_QUOTE
static final char DEFAULT_ESCAPE
static final String PARAM_TYPENAME
static final String PARAM_GEOMETRY
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a