| Constructor | Description |
|---|---|
NormalQuoteMode() |
Constructs a new NormalQuoteMode.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
quotesRequired(String csvColumn,
CsvContext context,
CsvPreference preference) |
Determines whether surrounding quotes are mandatory in cases where the CSV column would not normally be quoted
(the data to be written doesn't contain special characters).
|
public boolean quotesRequired(String csvColumn, CsvContext context, CsvPreference preference)
quotesRequired in interface QuoteModecsvColumn - an element of a CSV filecontext - the contextpreference - the CSV preferencesCopyright © 2007–2018 Super CSV. All rights reserved.