Filtering the movies information
This scenario will extend the Job described in https://help.talend.com/en-US/studio-getting-started-guide-data-management-platform/8.0/reading-movies-information-from-csv-file to filter the data flow to get only those movies with valid director information.
This scenario demonstrates:
- How to duplicate a Job. See https://help.talend.com/en-US/studio-getting-started-guide-data-management-platform/8.0/duplicating-existing-job for details.
- How to add a component by typing its name on a connection or on the design workspace. See https://help.talend.com/en-US/studio-getting-started-guide-data-management-platform/8.0/adding-mapping-component for details.
- How to drop a metadata item or its schema as a component on the design workspace. See https://help.talend.com/en-US/studio-getting-started-guide-data-management-platform/8.0/adding-lookup-component for details.
- How to perform basic processing to data flows using tMap. See https://help.talend.com/en-US/studio-getting-started-guide-data-management-platform/8.0/configuring-mappings-and-executing-job for details.