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

Packages that use BaseCustomCsvStep
com.taleo.integration.client.customstep.control   
com.taleo.integration.client.customstep.csv   
com.taleo.integration.client.customstep.file   
 

Uses of BaseCustomCsvStep in com.taleo.integration.client.customstep.control
 

Subclasses of BaseCustomCsvStep in com.taleo.integration.client.customstep.control
 class BreakStep
          Processing step to break workflow execution.
 class LogContextStep
          Processing step to set logging context variables.
 

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

Subclasses of BaseCustomCsvStep in com.taleo.integration.client.customstep.csv
 class AbstractSortStep
          Abstract processing step to sort CSV data.
 class BaseCustomCsvPostStep
          Abstract custom step for all post processing of CSV files.
 class BaseCustomCsvPreStep
          Abstract custom step for all pre-processing of CSV files.
 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 CsvToXmlPreStep
          Pre-processing step to create an XML file from a CSV.
 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 HierarchicalSortStep
          Processing step to sort CSV data based on parent/child relationship.
 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 RemoveEmptyLinesPostStep
          Post-processing step to remove empty lines in a CSV file.
 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.
 class StripHeaderFooterPreStep
          Pre-processing step to strip header and footer rows from a CSV input file.
 

Uses of BaseCustomCsvStep in com.taleo.integration.client.customstep.file
 

Subclasses of BaseCustomCsvStep in com.taleo.integration.client.customstep.file
 class DeleteFileStep
          Processing step to delete files from disk.
 class MoveFileStep
          Processing step to move files on disk.
 class WriteFileStep
          Processing step to write a copy of the current file on disk.