Adding and linking components - 7.3

XML validation

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > XML components > XML validation components
Data Quality and Preparation > Third-party systems > XML components > XML validation components
Design and Development > Third-party systems > XML components > XML validation components
Last publication date
2024-02-21

Procedure

  1. 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.
  2. Double-click the tXSDValidator component to open its Basic settings view and select Flow Mode from the Mode drop-down list.
  3. Link the tFileInputDelimited component to the tXSDValidator component using a Row > Main connection.
  4. Link the tXSDValidator component to the first tFileOutputDelimited component using a Row > Main connection to output valid rows.
  5. Link the tXSDValidator component to the second tFileOutputDelimited component using a Row > Rejects connection to output invalid rows.