Adding and linking components - 7.3

Talend Open Studio for Data Integration Getting Started Guide

Version
7.3
Language
English
EnrichDitaval
Open Studio for Data Integration
Product
Talend Open Studio for Data Integration
Module
Talend Studio
Content
Design and Development
Installation and Upgrade

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.