Package org.supercsv.quote


package org.supercsv.quote
Provides the classes used to quote CSV for output.
  • Class
    Description
    When using AlwaysQuoteMode surrounding quotes are always applied.
    When using ColumnQuoteMode surrounding quotes are only applied if required to escape special characters (per RFC4180), or if a particular column should always be quoted.
    When using NormalQuoteMode surrounding quotes are only applied if required to escape special characters (per RFC4180).
    The interface for quoting modes.