Dropping and linking components - 7.3

Positional

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
Data Governance > Third-party systems > File components (Integration) > Positional components
Data Quality and Preparation > Third-party systems > File components (Integration) > Positional components
Design and Development > Third-party systems > File components (Integration) > Positional components

Procedure

  1. Drop the following components from the Palette onto the design workspace: tFixedFlowInput, tSetDynamicSchema, tFileInputPositional, and tFileOutputPositional.
  2. Connect the tFixedFlowInput component to the tSetDynamicSchema using a Row > Main connection to form a subJob. This subJob will define a reusable dynamic schema.
  3. Connect the tFileInputPositional component to the tFileOutputPositional component using a Row > Main connection to form another subJob. This subJob will read data from the input positional file and write the data to another positional file based on the dynamic schema set in the previous subJob.
  4. Connect the tFixedFlowInput component to the tFileInputPositional component using a Trigger > On Subjob Ok connection to link the two subJobs together.