public class CSVRecordParser<T extends CSVRecordParserFactory> extends VariableFieldRecordParser<T>
Constructor and Description |
---|
CSVRecordParser() |
Modifier and Type | Method and Description |
---|---|
List<String> |
nextRecordFieldValues()
Parse the next record from the flat file input stream and produce the set
of record field values.
|
void |
setDataSource(InputSource source)
Set the Flat File data source on the parser.
|
protected void |
validateHeader(List<String> headers) |
getFactory, getRecordCount, getUnignoredFieldCount, initialize, nextRecord, setRecordParserFactory, uninitialize
public void setDataSource(InputSource source)
source
- The flat file data source.public List<String> nextRecordFieldValues() throws IOException
nextRecordFieldValues
in class VariableFieldRecordParser<T extends CSVRecordParserFactory>
IOException
- Error reading message stream.protected void validateHeader(List<String> headers)
validateHeader
in class VariableFieldRecordParser<T extends CSVRecordParserFactory>
Copyright © 2020. All rights reserved.