Gathering rejected movies information and saving processing results to a database
Based on the scenario described in https://help.talend.com/en-US/studio-getting-started-guide-data-management-platform/8.0/filtering-movies-information, this scenario further extends the Job to gather movies data missing director information and writes both valid and invalid data to a MySQL database.
This scenario demonstrates:
- How to add a component by typing on the design workspace or dragging from an existing component. See https://help.talend.com/en-US/studio-getting-started-guide-data-management-platform/8.0/adding-database-output-components-to-your-job for details.
- How to configure mappings for rejected information in tMap. See https://help.talend.com/en-US/studio-getting-started-guide-data-management-platform/8.0/configuring-mappings-for-rejected-data for details.
- How to configure database outputs. See https://help.talend.com/en-US/studio-getting-started-guide-data-management-platform/8.0/configuring-mysql-database-outputs for details.