T
- Conversion typepublic interface CsvRecordConverter<T>
CSVRecord
into another
type.
The CsvRecordConverters
class defines common converters.CsvRecordConverters
Modifier and Type | Method and Description |
---|---|
T |
convertRecord(org.apache.commons.csv.CSVRecord record)
Converts the CSV record into another type.
|
T convertRecord(org.apache.commons.csv.CSVRecord record)
record
- CSV record to convertApache Camel