Package com.helger.commons.csv
Class CCSV
java.lang.Object
com.helger.commons.csv.CCSV
Constants for the CSV handling.
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final charThe default escape character to use if none is supplied to the constructor.static final booleanThe default leading whitespace behavior to use if none is supplied to the constructor.static final booleanIf the quote character is set to null then there is no quote character.static final booleanstatic final charThe default quote character to use if none is supplied to the constructor.static final charThe default separator to use if none is supplied to the constructor.static final intThe default line to start reading.static final booleanThe default strict quote behavior to use if none is supplied to the constructor.static final booleanstatic final intThe average size of a line read by openCSV (used for setting the size of StringBuilders).static final charThis is the "null" character - if a value is set to this then it is ignored. -
Method Summary
-
Field Details
-
DEFAULT_SEPARATOR
public static final char DEFAULT_SEPARATORThe default separator to use if none is supplied to the constructor.- See Also:
-
DEFAULT_QUOTE_CHARACTER
public static final char DEFAULT_QUOTE_CHARACTERThe default quote character to use if none is supplied to the constructor.- See Also:
-
DEFAULT_ESCAPE_CHARACTER
public static final char DEFAULT_ESCAPE_CHARACTERThe default escape character to use if none is supplied to the constructor.- See Also:
-
DEFAULT_STRICT_QUOTES
public static final boolean DEFAULT_STRICT_QUOTESThe default strict quote behavior to use if none is supplied to the constructor.- See Also:
-
DEFAULT_IGNORE_LEADING_WHITESPACE
public static final boolean DEFAULT_IGNORE_LEADING_WHITESPACEThe default leading whitespace behavior to use if none is supplied to the constructor.- See Also:
-
DEFAULT_IGNORE_QUOTATIONS
public static final boolean DEFAULT_IGNORE_QUOTATIONSIf the quote character is set to null then there is no quote character.- See Also:
-
INITIAL_STRING_SIZE
public static final int INITIAL_STRING_SIZEThe average size of a line read by openCSV (used for setting the size of StringBuilders).- See Also:
-
NULL_CHARACTER
public static final char NULL_CHARACTERThis is the "null" character - if a value is set to this then it is ignored.- See Also:
-
DEFAULT_KEEP_CR
public static final boolean DEFAULT_KEEP_CR- See Also:
-
DEFAULT_VERIFY_READER
public static final boolean DEFAULT_VERIFY_READER- See Also:
-
DEFAULT_SKIP_LINES
public static final int DEFAULT_SKIP_LINESThe default line to start reading.- See Also:
-