Package org.supercsv.quote
Provides the classes used to quote CSV for output.
-
Interface Summary Interface Description QuoteMode The interface for quoting modes. -
Class Summary Class Description AlwaysQuoteMode When using AlwaysQuoteMode surrounding quotes are always applied.ColumnQuoteMode 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.NormalQuoteMode When using NormalQuoteMode surrounding quotes are only applied if required to escape special characters (per RFC4180).