Uses of Class
de.xima.fc.mdl.csv.CSVFormatWrapper
-
Packages that use CSVFormatWrapper 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 -
-
Uses of CSVFormatWrapper in de.xima.fc.gui.utils.data
Methods in de.xima.fc.gui.utils.data with parameters of type CSVFormatWrapper Modifier and Type Method 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)
-
Uses of CSVFormatWrapper in de.xima.fc.gui.utils.data.importer
Methods in de.xima.fc.gui.utils.data.importer that return CSVFormatWrapper Modifier and Type Method Description CSVFormatWrapper
CSVImportOptions. getCSVFormat()
-
Uses of CSVFormatWrapper in de.xima.fc.mdl.csv
Fields in de.xima.fc.mdl.csv declared as CSVFormatWrapper Modifier and Type Field Description static CSVFormatWrapper
CSVFormatWrapper. DEFAULT
Methods in de.xima.fc.mdl.csv that return CSVFormatWrapper Modifier and Type Method 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)
-
Uses of CSVFormatWrapper in de.xima.fc.parser
Constructors in de.xima.fc.parser with parameters of type CSVFormatWrapper Constructor Description CSVParserWrapper(Reader reader, CSVFormatWrapper format)
-
Uses of CSVFormatWrapper in de.xima.fc.printer
Constructors in de.xima.fc.printer with parameters of type CSVFormatWrapper Constructor Description CSVPrinterWrapper(Appendable out, CSVFormatWrapper format)
-