Package | Description |
---|---|
org.apache.solr.internal.csv.writer |
Modifier and Type | Field and Description |
---|---|
protected CSVConfig |
CSVConfigGuesser.config
The found config
|
Modifier and Type | Method and Description |
---|---|
CSVConfig |
CSVWriter.getConfig() |
CSVConfig |
CSVConfigGuesser.guess()
Guess the config based on the first 10 (or less when less available)
records of a CSV file.
|
static CSVConfig |
CSVConfig.guessConfig(InputStream inputStream)
Creates a config based on a stream.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVWriter.setConfig(CSVConfig config)
Set the CSVConfig
|
Constructor and Description |
---|
CSVWriter(CSVConfig config) |