Class Summary |
AbstractSortStep |
Abstract processing step to sort CSV data. |
BaseCustomCsvPostStep |
Abstract custom step for all post processing of CSV files. |
BaseCustomCsvPreStep |
Abstract custom step for all pre-processing of CSV files. |
BaseCustomCsvStep |
Abstract custom step for all processing of CSV files. |
BaseHeaderFooterPostStep |
Abstract post-processing step to add a header and/or footer to a CSV file. |
BaseTransformPostStep |
Abstract post-processing step to transform a column in a CSV file containing
the results of an export. |
CsvToXmlPreStep |
Pre-processing step to create an XML file from a CSV. |
DecodePostStep |
Post-processing step to decode a column in a CSV file containing the results
of an export. |
DifferencePostStep |
Post-processing step to calculate the difference between a file (the target)
and the current file in the pipeline (the source). |
DigestPostStep |
Post-processing step to apply a digest algorithm (one-way hash function) to a
column in a CSV file containing the results of an export. |
DocumentFromURLPreStep |
Pre-processing step to replace a URL to a document into its actual content in
Base64GZip format. |
ExportHeaderFooterPostStep |
Post-processing step to add a header and/or footer to a CSV file containing
the results of an export. |
FixedLengthPostStep |
Post-processing step to transform a CSV file to a fixed length file. |
ForceQuotationPostStep |
Post-processing step to force quotation of every CSV field. |
HierarchicalSortStep |
Processing step to sort CSV data based on parent/child relationship. |
ImportHeaderFooterPostStep |
Post-processing step to add a header and/or footer to a CSV file containing
the results of an import. |
MergePostStep |
Post-processing step to merge result CSV files. |
RemoveEmptyLinesPostStep |
Post-processing step to remove empty lines in a CSV file. |
RemoveHTMLPostStep |
Post-processing step to remove all HTML tags and leave only text content. |
ReplaceAllPostStep |
Post-processing step to replace strings in a CSV file containing the results
of an export. |
ReplaceAllPreStep |
Post-processing step to replace strings in a CSV file containing the results
of an export. |
ReplacePostStep |
Post-processing step to replace values based on Regular Expression matching
in a CSV file containing the results of an export. |
ReplacePreStep |
Post-processing step to replace values based on Regular Expression matching
in a CSV input file used in an import integration. |
StripHeaderFooterPreStep |
Pre-processing step to strip header and footer rows from a CSV input file. |