Class CCSV


  • @Immutable
    public final class CCSV
    extends Object
    Constants for the CSV handling.
    Author:
    Philip Helger
    • Field Detail

      • DEFAULT_SEPARATOR

        public static final char DEFAULT_SEPARATOR
        The default separator to use if none is supplied to the constructor.
        See Also:
        Constant Field Values
      • DEFAULT_QUOTE_CHARACTER

        public static final char DEFAULT_QUOTE_CHARACTER
        The default quote character to use if none is supplied to the constructor.
        See Also:
        Constant Field Values
      • DEFAULT_ESCAPE_CHARACTER

        public static final char DEFAULT_ESCAPE_CHARACTER
        The default escape character to use if none is supplied to the constructor.
        See Also:
        Constant Field Values
      • DEFAULT_STRICT_QUOTES

        public static final boolean DEFAULT_STRICT_QUOTES
        The default strict quote behavior to use if none is supplied to the constructor.
        See Also:
        Constant Field Values
      • DEFAULT_IGNORE_LEADING_WHITESPACE

        public static final boolean DEFAULT_IGNORE_LEADING_WHITESPACE
        The default leading whitespace behavior to use if none is supplied to the constructor.
        See Also:
        Constant Field Values
      • DEFAULT_IGNORE_QUOTATIONS

        public static final boolean DEFAULT_IGNORE_QUOTATIONS
        If the quote character is set to null then there is no quote character.
        See Also:
        Constant Field Values
      • INITIAL_STRING_SIZE

        public static final int INITIAL_STRING_SIZE
        The average size of a line read by openCSV (used for setting the size of StringBuilders).
        See Also:
        Constant Field Values
      • NULL_CHARACTER

        public static final char NULL_CHARACTER
        This is the "null" character - if a value is set to this then it is ignored.
        See Also:
        Constant Field Values
      • DEFAULT_VERIFY_READER

        public static final boolean DEFAULT_VERIFY_READER
        See Also:
        Constant Field Values
      • DEFAULT_SKIP_LINES

        public static final int DEFAULT_SKIP_LINES
        The default line to start reading.
        See Also:
        Constant Field Values