Mapping with join output tables
The following scenario describes a Job that processes reject flows without separating them from the main flow.
Linking the components
Before you begin
- states.csv
- customers.csv
For more information about centralizing metadata, see Managing metadata in Talend Studio.
Procedure
Configuring the components
Procedure
Executing the Job
Procedure
- Press Ctrl + S to save your Job.
- Press F6 to execute it.
Results
The Run console displays the main out flow and the ErrorReject flow. The main output flow unites both valid data and inner join rejects, while the ErrorReject flow contains the error information about rows with unparseable date formats.
For examples of how to use dynamic schemas with tMap, see: