Adding and linking components - 7.3

Talend Data Integration Getting Started Guide

Version
7.3
Language
English
Operating system
Data Integration
Product
Talend Data Integration
Module
Talend Administration Center
Talend Installer
Talend Runtime
Talend Studio
Content
Design and Development
Installation and Upgrade
Last publication date
2023-07-24

This example describes how to add and link components in the newly created Job, so that it will read a CSV file and display the data on the console.

Procedure

  1. Drop a tFileInputDelimited and a tLogRow component from the Palette onto the design workspace.

    You can find the tFileInputDelimited component in the Input group of the File family and the tLogRow component in the Logs & Errors family in the Palette.

  2. Click the tFileInputDelimited component, and drag and drop the arrow icon displayed onto the tLogRow component.

    The two components are now connected via a Row > Main connection.

Results

Now you have added the required components to the Job. In the next steps you will need to prepare the required metadata and configure the Job.