Uses of Class
de.xima.fc.logic.text.csv.CsvFormat
Packages that use CsvFormat
-
Uses of CsvFormat in de.xima.fc.logic.text.csv
Methods in de.xima.fc.logic.text.csv that return CsvFormatMethods in de.xima.fc.logic.text.csv with parameters of type CsvFormatModifier and TypeMethodDescriptionstatic CsvFormatterCsvFormatter.csvFormatterOfFormat(CsvFormat format) CsvSplitter.csvSplitRow(String value, CsvFormat format) CsvSplitter.csvSplitRows(String value, CsvFormat format) -
Uses of CsvFormat in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return CsvFormatModifier and TypeMethodDescriptionstatic CsvFormatCsvItemSourceHelper.buildCsvFormat(AListItemSourcePropsCsvFormat props) Builds theCsvFormatfrom the given workflow node properties model.static CsvFormatCsvItemSourceHelper.buildCsvFormat(ListItemSourcePropsCharacterSeparatedValues props) Builds theCsvFormatfrom the given workflow node properties model.static CsvFormatCsvItemSourceHelper.buildCsvFormat(ListItemSourcePropsRowsOfCharacterSeparatedValues props) Builds theCsvFormatfrom the given workflow node properties model.