Linking the components - 7.3

Orchestration (Integration)

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
Data Governance > Third-party systems > Orchestration components (Integration)
Data Quality and Preparation > Third-party systems > Orchestration components (Integration)
Design and Development > Third-party systems > Orchestration components (Integration)
Last publication date
2024-02-21

Procedure

  1. In the Integration perspective of your studio, create an empty Job from the Job Designs node in the Repository tree view.
    For further information about how to create a Job, see Talend Studio User Guide.
  2. Drop the following components onto the workspace: tFileInputDelimited, tPartitioner, tCollector, tSortRow, tDepartitioner, tRecollector, tFileOutputDelimited.
    The tFileInputDelimited component (labeled test file in this example) reads the 20 million customer records from a .txt file generated by tRowGenerator.
    For further information about the tRowGenerator component, see tRowGenerator
    For further information about how to label a component, see Talend Studio User Guide.
  3. Connect tPartitioner to tCollector using the Trigger > Starts link.
  4. Do the same to connect tDepartitioner to tRecollector.
  5. Connect the other components using the Row > Main link.