Package de.xima.fc.mdl.csv
Class CSVFormatWrapper
java.lang.Object
de.xima.fc.mdl.csv.CSVFormatWrapper
- All Implemented Interfaces:
Serializable
Wrapper class for CSV formats
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
char
boolean
org.apache.commons.csv.CSVFormat
static CSVFormatWrapper
newFormat
(char delimiter) withAllowMissingColumnNames
(boolean allowMissingColumnNames) withDelimiter
(char delimiter) withEscape
(char escape) withEscape
(Character escape) withIgnoreEmptyLines
(boolean ignoreEmptyLines) withQuote
(char quoteChar) withRecordSeparator
(char recordSeparator) withRecordSeparator
(String recordSeparator)
-
Field Details
-
DEFAULT
-
-
Method Details
-
getAllowMissingColumnNames
public boolean getAllowMissingColumnNames() -
getDelimiter
public char getDelimiter() -
getEscapeCharacter
-
getIgnoreEmptyLines
public boolean getIgnoreEmptyLines() -
getRecordSeparator
-
getQuoteCharacter
-
getWrappedFormat
public org.apache.commons.csv.CSVFormat getWrappedFormat() -
newFormat
-
withAllowMissingColumnNames
-
withAllowMissingColumnNames
-
withDelimiter
-
withEscape
-
withEscape
-
withIgnoreEmptyLines
-
withIgnoreEmptyLines
-
withRecordSeparator
-
withRecordSeparator
-
withQuote
-
withQuote
-
parse
- Throws:
IOException
-
parse
- Throws:
IOException
-