Package | Description |
---|---|
liquibase.util.csv.opencsv.bean |
Class and Description |
---|
AbstractCSVToBean
Converts CSV data to objects.
|
BeanField
Used to extend the Field class to add a required flag.
|
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 © 2019 Liquibase.org. All rights reserved.