Pre-processors
Post-processors
Data Splitter can perform multiple passes over transformed data. This allows a data transformation task to occur in relatively simple stages rather than in a single, complex transformation. The output file(s) of a processor can be used as input to subsequent processors. Execution order is :
- Pre-processors
- Processing by the currently loaded (main) Data Splitter solution
- Post-processors
For example: a pre-processor may be used to strip HTML tags prior to the main run.
Or: a post-processor may be used to convert line breaks to HTML <BR> tags after the main run.
To add or delete pre-/post-processors :
- Select Definitions | Pre- or Post-processors
- Enter the names of the Data Splitter solution (.DSS) files in their execution order.