public class CSVParser extends AbstractFlatTextFormatParser
AbstractFlatTextFormatParser.FlatTextFormat| Constructor and Description | 
|---|
CSVParser(String listDelimiter,
         boolean hasHeaderRow,
         int maxSkipHeaderRows)  | 
CSVParser(String listDelimiter,
         Iterable<String> fieldNames,
         boolean hasHeaderRow,
         int maxSkipHeaderRows)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<String> | 
parseLine(String input)  | 
getFieldNames, getListDelimiter, parseToMap, setFieldNames, setFieldNames, startFileFromBeginningpublic CSVParser(@Nullable String listDelimiter, boolean hasHeaderRow, int maxSkipHeaderRows)
protected List<String> parseLine(String input) throws IOException
parseLine in class AbstractFlatTextFormatParserIOExceptionCopyright © 2011–2018. All rights reserved.