Package | Description |
---|---|
org.apache.solr.internal.csv.writer |
Internal classes used for reading/writing CSV
|
Modifier and Type | Method and Description |
---|---|
CSVField |
CSVConfig.getField(String name) |
CSVField[] |
CSVConfig.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
CSVConfig.addField(CSVField field) |
void |
CSVConfig.setFields(CSVField[] csvFields)
Set the fields that should be used by the writer.
|
protected String |
CSVWriter.writeValue(CSVField field,
String value) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.