Creating the parent Job - 7.3

Data Integration Job Examples

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
Design and Development > Designing Jobs
Last publication date
2024-02-13

Procedure

  1. Create a standard Job and name it LoadDynamicSchemaParent.
  2. Drop the following components onto the design workspace, and label them according to their roles in the Job.
    Component Label
    tFileList File_list
    tIterateToFlow File_name_flow
    tMap File_table_lookup
    tFixedFlowInput Mappings
    tJavaRow Set_context_variables
    tRunJob Call_child
  3. Connect the components:
    1. tFileList to tIterateToFlow using a Row > Iterate connection
    2. tIterateToFlow to tMap using a Row > Main connection
    3. tFixedFlowInput to tMap using a Row > Main connection, as a lookup connection
    4. tMap to tJavaRow using a Row > Main connection (named out in this example)
    5. tJavaRow to tRunJob using a Row > Main connection