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