Package | Description |
---|---|
com.opencsv.bean |
A simple bean binding interface for use with opencsv.
|
Class and Description |
---|
CsvToBeanFilter
Here's an example showing how to use
CsvToBean with a column
name mapping and line filtering. |
HeaderColumnNameMappingStrategy
Maps data to objects using the column names in the first row of the csv
file as reference.
|
MappingStrategy
The interface for the classes that handle translating between the columns in the csv file
to an actual object.
|
Copyright © 2015. All rights reserved.