Class CCSV

java.lang.Object
com.helger.commons.csv.CCSV

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

    • DEFAULT_SEPARATOR

      public static final char DEFAULT_SEPARATOR
      The default separator to use if none is supplied to the constructor.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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_LINES
      The default line to start reading.
      See Also: