Uses of Class
de.xima.fc.mdl.csv.CSVFormatWrapper
-
Packages that use CSVFormatWrapper Package Description de.xima.fc.datasource 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.datasource
Methods in de.xima.fc.datasource with parameters of type CSVFormatWrapper Modifier and Type Method Description static Predicate<byte[]>RemoteDatasourceDownloader. createCsvValidityChecker(CSVFormatWrapper formatWrapper)Creates a validity checker that checks whether the downloaded binary data is a valid UTF-8 encoded CSV file. -
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 StringDataSheetStringDataSheetUtils. getDataSheet(String data, CSVFormatWrapper csvFormat, int startAtLine)static StringDataSheetStringDataSheetUtils. getDataSheetFromCSVByteArray(byte[] bytes, CSVFormatWrapper csvFormat, int startAtLine)static StringDataSheetStringDataSheetUtils. 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 CSVFormatWrapperCSVImportOptions. 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 CSVFormatWrapperCSVFormatWrapper. DEFAULTMethods in de.xima.fc.mdl.csv that return CSVFormatWrapper Modifier and Type Method Description static CSVFormatWrapperCSVFormatWrapper. newFormat(char delimiter)CSVFormatWrapperCSVFormatWrapper. withAllowMissingColumnNames()CSVFormatWrapperCSVFormatWrapper. withAllowMissingColumnNames(boolean allowMissingColumnNames)CSVFormatWrapperCSVFormatWrapper. withDelimiter(char delimiter)CSVFormatWrapperCSVFormatWrapper. withEscape(char escape)CSVFormatWrapperCSVFormatWrapper. withEscape(Character escape)CSVFormatWrapperCSVFormatWrapper. withIgnoreEmptyLines()CSVFormatWrapperCSVFormatWrapper. withIgnoreEmptyLines(boolean ignoreEmptyLines)CSVFormatWrapperCSVFormatWrapper. withQuote(char quoteChar)CSVFormatWrapperCSVFormatWrapper. withQuote(Character quoteChar)CSVFormatWrapperCSVFormatWrapper. withRecordSeparator(char recordSeparator)CSVFormatWrapperCSVFormatWrapper. 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)
-