public class CSVRecordExtractor extends Object implements RecordExtractor<org.apache.commons.csv.CSVRecord>
| Constructor and Description |
|---|
CSVRecordExtractor() |
| Modifier and Type | Method and Description |
|---|---|
GenericRow |
extract(org.apache.commons.csv.CSVRecord from,
GenericRow to) |
void |
init(Set<String> fields,
RecordExtractorConfig recordExtractorConfig) |
public void init(Set<String> fields, RecordExtractorConfig recordExtractorConfig)
init in interface RecordExtractor<org.apache.commons.csv.CSVRecord>public GenericRow extract(org.apache.commons.csv.CSVRecord from, GenericRow to)
extract in interface RecordExtractor<org.apache.commons.csv.CSVRecord>Copyright © 2018–2020 Apache Software Foundation. All rights reserved.