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 Open Studio for Big Data
- Talend Open Studio for Data Integration
- Talend Open Studio for ESB
- Talend Real-Time Big Data Platform
- Module
- Talend Studio
- Content
- Design and Development > Designing Jobs
- Last publication date
- 2023-11-13
Procedure
-
Create a standard Job and name it
LoadDynamicSchemaParent.
-
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
|
-
Connect the components:
-
tFileList to
tIterateToFlow using a connection
-
tIterateToFlow to tMap
using a connection
-
tFixedFlowInput to tMap
using a connection, as a lookup connection
-
tMap to tJavaRow using a connection (named out in this
example)
-
tJavaRow to tRunJob using
a connection