Adding and linking components
Procedure
- Create a new Job and add a tFileInputDelimited component, a tXSDValidator component, and two tFileOutputDelimited components by typing their names in the design workspace or dropping them from the Palette.
- Double-click the tXSDValidator component to open its Basic settings view and select Flow Mode from the Mode drop-down list.
- Link the tFileInputDelimited component to the tXSDValidator component using a Row > Main connection.
- Link the tXSDValidator component to the first tFileOutputDelimited component using a Row > Main connection to output valid rows.
- Link the tXSDValidator component to the second tFileOutputDelimited component using a Row > Rejects connection to output invalid rows.