public final class CSVFormatWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static CSVFormatWrapper |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowMissingColumnNames() |
char |
getDelimiter() |
Character |
getEscapeCharacter() |
boolean |
getIgnoreEmptyLines() |
Character |
getQuoteCharacter() |
String |
getRecordSeparator() |
org.apache.commons.csv.CSVFormat |
getWrappedFormat() |
static CSVFormatWrapper |
newFormat(char delimiter) |
CSVParserWrapper |
parse(Reader in) |
CSVFormatWrapper |
withAllowMissingColumnNames() |
CSVFormatWrapper |
withAllowMissingColumnNames(boolean allowMissingColumnNames) |
CSVFormatWrapper |
withDelimiter(char delimiter) |
CSVFormatWrapper |
withEscape(char escape) |
CSVFormatWrapper |
withEscape(Character escape) |
CSVFormatWrapper |
withIgnoreEmptyLines() |
CSVFormatWrapper |
withIgnoreEmptyLines(boolean ignoreEmptyLines) |
CSVFormatWrapper |
withQuote(char quoteChar) |
CSVFormatWrapper |
withQuote(Character quoteChar) |
CSVFormatWrapper |
withRecordSeparator(char recordSeparator) |
CSVFormatWrapper |
withRecordSeparator(String recordSeparator) |
public static CSVFormatWrapper DEFAULT
public boolean getAllowMissingColumnNames()
public char getDelimiter()
public Character getEscapeCharacter()
public boolean getIgnoreEmptyLines()
public String getRecordSeparator()
public Character getQuoteCharacter()
public org.apache.commons.csv.CSVFormat getWrappedFormat()
public static CSVFormatWrapper newFormat(char delimiter)
public CSVFormatWrapper withAllowMissingColumnNames()
public CSVFormatWrapper withAllowMissingColumnNames(boolean allowMissingColumnNames)
public CSVFormatWrapper withDelimiter(char delimiter)
public CSVFormatWrapper withEscape(char escape)
public CSVFormatWrapper withEscape(Character escape)
public CSVFormatWrapper withIgnoreEmptyLines()
public CSVFormatWrapper withIgnoreEmptyLines(boolean ignoreEmptyLines)
public CSVFormatWrapper withRecordSeparator(char recordSeparator)
public CSVFormatWrapper withRecordSeparator(String recordSeparator)
public CSVFormatWrapper withQuote(char quoteChar)
public CSVFormatWrapper withQuote(Character quoteChar)
public CSVParserWrapper parse(Reader in) throws IOException
IOException
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.