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

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

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

Subclasses of BaseTransformPostStep in com.taleo.integration.client.customstep.csv
 class DecodePostStep
          Post-processing step to decode a column in a CSV file containing the results of an export.
 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 RemoveHTMLPostStep
          Post-processing step to remove all HTML tags and leave only text content.
 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.