Package | Description |
---|---|
de.xima.fc.gui.utils.data | |
de.xima.fc.gui.utils.data.importer | |
de.xima.fc.mdl.csv | |
de.xima.fc.parser | |
de.xima.fc.printer |
Modifier and Type | Method and Description |
---|---|
static StringDataSheet |
StringDataSheetUtils.getDataSheet(String data,
CSVFormatWrapper csvFormat,
int startAtLine) |
static StringDataSheet |
StringDataSheetUtils.getDataSheetFromCSVByteArray(byte[] bytes,
CSVFormatWrapper csvFormat,
int startAtLine) |
static StringDataSheet |
StringDataSheetUtils.getDataSheetFromCSVString(String csvString,
CSVFormatWrapper csvFormat,
int startAtLine) |
Modifier and Type | Method and Description |
---|---|
CSVFormatWrapper |
CSVImportOptions.getCSVFormat() |
Modifier and Type | Field and Description |
---|---|
static CSVFormatWrapper |
CSVFormatWrapper.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static CSVFormatWrapper |
CSVFormatWrapper.newFormat(char delimiter) |
CSVFormatWrapper |
CSVFormatWrapper.withAllowMissingColumnNames() |
CSVFormatWrapper |
CSVFormatWrapper.withAllowMissingColumnNames(boolean allowMissingColumnNames) |
CSVFormatWrapper |
CSVFormatWrapper.withDelimiter(char delimiter) |
CSVFormatWrapper |
CSVFormatWrapper.withEscape(char escape) |
CSVFormatWrapper |
CSVFormatWrapper.withEscape(Character escape) |
CSVFormatWrapper |
CSVFormatWrapper.withIgnoreEmptyLines() |
CSVFormatWrapper |
CSVFormatWrapper.withIgnoreEmptyLines(boolean ignoreEmptyLines) |
CSVFormatWrapper |
CSVFormatWrapper.withQuote(char quoteChar) |
CSVFormatWrapper |
CSVFormatWrapper.withQuote(Character quoteChar) |
CSVFormatWrapper |
CSVFormatWrapper.withRecordSeparator(char recordSeparator) |
CSVFormatWrapper |
CSVFormatWrapper.withRecordSeparator(String recordSeparator) |
Constructor and Description |
---|
CSVParserWrapper(Reader reader,
CSVFormatWrapper format) |
Constructor and Description |
---|
CSVPrinterWrapper(Appendable out,
CSVFormatWrapper format) |
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.