Package | Description |
---|---|
org.supercsv.prefs |
Provides the configuration classes used when instantiating readers and writers.
|
Modifier and Type | Method and Description |
---|---|
CsvPreference.Builder |
CsvPreference.Builder.skipComments(CommentMatcher commentMatcher)
Enables the skipping of comments.
|
CsvPreference.Builder |
CsvPreference.Builder.surroundingSpacesNeedQuotes(boolean surroundingSpacesNeedQuotes)
Flag indicating whether spaces at the beginning or end of a cell should be ignored if they're not surrounded
by quotes (applicable to both reading and writing CSV).
|
CsvPreference.Builder |
CsvPreference.Builder.useEncoder(CsvEncoder encoder)
Uses a custom CsvEncoder to escape CSV for writing.
|
CsvPreference.Builder |
CsvPreference.Builder.useQuoteMode(QuoteMode quoteMode)
Uses a custom QuoteMode to determine if surrounding quotes should be applied when writing (only applicable if
a column doesn't contain any special characters and wouldn't otherwise be quoted).
|
Copyright © 2007-2013 Super CSV. All Rights Reserved.