public final class CSVFormatWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static CSVFormatWrapper |
DEFAULT |
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
public CSVParserWrapper parse(String data) throws IOException
IOException
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.