Setting up the Job - 7.0
Validation
- EnrichVersion
- 7.0
- EnrichProdName
- 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 Open Studio for Big Data
- Talend Open Studio for Data Integration
- Talend Open Studio for ESB
- Talend Open Studio for MDM
- Talend Real-Time Big Data Platform
- EnrichPlatform
- Talend Studio
- task
- Data Governance > Third-party systems > Data Quality components > Validation components
- Data Quality and Preparation > Third-party systems > Data Quality components > Validation components
- Design and Development > Third-party systems > Data Quality components > Validation components
Procedure
-
Drop the following components: a tFileInputDelimited, a tSchemaComplianceCheck, and two tLogRow components from the Palette to the design workspace.
-
Connect the tFileInputDelimited component
to the tSchemaComplianceCheck component
using a Row > Main connection.
-
Connect the tSchemaComplianceCheck
component to the first tLogRow component
using a Row > Main connection. This
output flow will gather the valid data.
-
Connect the tSchemaComplianceCheck
component to the second tLogRow component
using a Row > Rejects connection. This
second output flow will gather the non-compliant data. It passes two
additional columns to the next component: ErrorCode and
ErrorMessage. These two read-only columns provide
information about the rejected data to ease error handling and
troubleshooting if needed.