Package | Description |
---|---|
com.j256.simplecsv.processor |
Classes used to process CSV files.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvProcessor.setColumnNameMatcher(ColumnNameMatcher columnNameMatcher)
Set the column name matcher class which will be used to see if the column from the CSV file matches the
definition name.
|
CsvProcessor<T> |
CsvProcessor.withColumnNameMatcher(ColumnNameMatcher columnNameMatcher)
Set the column name matcher class which will be used to see if the column from the CSV file matches the
definition name.
|
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.