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 |
|---|---|
protected List<String> |
parseLine(String input) |
getFieldNames, getListDelimiter, parseToMap, setFieldNames, setFieldNames, startFileFromBeginningCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.