DTBuild 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 :
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 :
| Home | Download | Register | Tutorial | Help | Site index | Contact info |