Uses of Class
com.taleo.integration.client.customstep.csv.BaseCustomCsvPostStep

Packages that use BaseCustomCsvPostStep
com.taleo.integration.client.customstep.csv   
 

Uses of BaseCustomCsvPostStep in com.taleo.integration.client.customstep.csv
 

Subclasses of BaseCustomCsvPostStep in com.taleo.integration.client.customstep.csv
 class BaseHeaderFooterPostStep
          Abstract post-processing step to add a header and/or footer to a CSV file.
 class BaseTransformPostStep
          Abstract post-processing step to transform a column in a CSV file containing the results of an export.
 class DecodePostStep
          Post-processing step to decode a column in a CSV file containing the results of an export.
 class DifferencePostStep
          Post-processing step to calculate the difference between a file (the target) and the current file in the pipeline (the source).
 class 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.
 class DocumentFromURLPreStep
          Pre-processing step to replace a URL to a document into its actual content in Base64GZip format.
 class ExportHeaderFooterPostStep
          Post-processing step to add a header and/or footer to a CSV file containing the results of an export.
 class FixedLengthPostStep
          Post-processing step to transform a CSV file to a fixed length file.
 class ForceQuotationPostStep
          Post-processing step to force quotation of every CSV field.
 class ImportHeaderFooterPostStep
          Post-processing step to add a header and/or footer to a CSV file containing the results of an import.
 class MergePostStep
          Post-processing step to merge result CSV files.
 class RemoveHTMLPostStep
          Post-processing step to remove all HTML tags and leave only text content.
 class ReplaceAllPostStep
          Post-processing step to replace strings in a CSV file containing the results of an export.
 class ReplaceAllPreStep
          Post-processing step to replace strings in a CSV file containing the results of an export.
 class ReplacePostStep
          Post-processing step to replace values based on Regular Expression matching in a CSV file containing the results of an export.
 class ReplacePreStep
          Post-processing step to replace values based on Regular Expression matching in a CSV input file used in an import integration.