Adding and linking the components - 7.3

tCreateTemporaryFile

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

Procedure

  1. Create a new Job and add the following components by typing their names in the design workspace or dropping them from the Palette: a tCreateTemporaryFile component, a tJava component, a tRowGenerator component, a tFileOutputDelimited component, a tFileInputDelimited component, and a tLogRow component.
  2. Connect tRowGenerator to tFileOutputDelimited using a Row > Main connection.
  3. Do the same to connect tFileInputDelimited to tLogRow.
  4. Connect tCreateTemporaryFile to tJava using a Trigger > OnSubjobOk connection.
  5. Do the same to connect tJava to tRowGenerator and connect tRowGenerator to tFileInputDelimited.