Uses of Class
de.xima.fc.logic.text.csv.CsvFormat.Builder
Packages that use CsvFormat.Builder
-
Uses of CsvFormat.Builder in de.xima.fc.logic.text.csv
Methods in de.xima.fc.logic.text.csv that return CsvFormat.BuilderModifier and TypeMethodDescriptionCsvFormat.Builder.allowDoubleQuoteEscape(boolean allowDoubleQuoteEscape) Whether to allow double quote escape.CsvFormat.Builder.cellFilter(Predicate<String> cellFilter) Sets the cell filter that is applied to each cell.CsvFormat.Builder.cellNormalizer(UnaryOperator<String> cellNormalizer) Sets the cell normalizer that is applied to each cell.static CsvFormat.BuilderCsvFormat.csvFormatBuilder()CsvFormat.Builder.delimiter(int delimiter) Sets the character used to delimit cells.Sets the character used to delimit cells.CsvFormat.Builder.escape(int escape) Sets the character used to escape special characters in a cell.Sets the character used to escape special characters in a cell.CsvFormat.Builder.ignoreBlankCells(boolean filterBlankCells) Sets up theCsvFormat.Builder.cellFilterto filter out blank cells.CsvFormat.Builder.ignoreEmptyCells(boolean filterEmptyCells) Sets up theCsvFormat.Builder.cellFilterto filter out empty cells.Sets the characters that are treated as newlines.CsvFormat.Builder.newlines(Collection<String> newlines) Sets the characters that are treated as newlines.CsvFormat.Builder.quote(int quote) Sets theCsvFormat.Builder.quoteOpenandCsvFormat.Builder.quoteClosecharacters to the same value.Sets theCsvFormat.Builder.quoteOpenandCsvFormat.Builder.quoteClosecharacters to the same value.CsvFormat.Builder.quoteClose(int quoteClose) Sets the character used to end a quoted cell.CsvFormat.Builder.quoteClose(String quoteClose) Sets the character used to end a quoted cell.CsvFormat.Builder.quoteOpen(int quoteOpen) Sets the character used to start a quoted cell.Sets the character used to start a quoted cell.Sets the row filter that is applied to each row after it was split into cells.CsvFormat.Builder.rowMutator(Consumer<List<String>> rowMutator) Sets the row normalizer that is applied to each row after it was split into cells.CsvFormat.Builder.rowNormalizer(UnaryOperator<List<String>> rowNormalizer) Sets the row normalizer that is applied to each row after it was split into cells.CsvFormat.Builder.treatLineBreaksAsDelimiter(boolean treatLineBreaksAsDelimiter) When set totrue, line breaks will be treated as cell delimiters.CsvFormat.Builder.trimCells(boolean trimCells) Sets up theCsvFormat.Builder.cellNormalizerto trim cells, i.e. remove leading and trailing whitespace. -
Uses of CsvFormat.Builder in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return CsvFormat.BuilderModifier and TypeMethodDescriptionstatic CsvFormat.BuilderCsvItemSourceHelper.builderCsvFormat(AListItemSourcePropsCsvFormat props) Creates a builder for aCsvFormatands sets it up with the data from the given workflow node properties model.static CsvFormat.BuilderCsvItemSourceHelper.builderCsvFormat(ListItemSourcePropsCharacterSeparatedValues props) Creates a builder for aCsvFormatands sets it up with the data from the given workflow node properties model.static CsvFormat.BuilderCsvItemSourceHelper.builderCsvFormat(ListItemSourcePropsRowsOfCharacterSeparatedValues props) Creates a builder for aCsvFormatands sets it up with the data from the given workflow node properties model.