[TOS tutorial 01] Discovering Talend Studio
In this tutorial, discover Talend Studio and its interface, create a project and a simple demo Job.
This tutorial uses Talend Open Studio for Data Integration version 6.
1. Create a Talend project
Talend Studio allows you to organize your work into Projects. When running for the first time, you will have to create your first Project.
2. Inside Talend Studio
The Talend Studio interface includes several panels called views.
The Project Repository lists all project items such as Jobs (java ETL programs), Services, code, metadata, and project documentation.
The Job Designer is the main view of the studio in which components are used to create ETL jobs.
The Palette lists all available components, organized in folders.
The Component Area displays all parameters to configure a component. Note that the information displayed in this area depends on what is selected in the Job Designer.
The Run View triggers the execution of a Talend Job and displays its results in the console window
Talend Studio helps creating ETL programs using a graphical user interface. These programs are called Data Integration (DI) Jobs.
3. Create a Job
- Ensure that the Integration perspective is selected.
- In the Project Repository, right-click Job Designs.
- To open the New Job wizard, click Create Standard Job.
- In the Name field of the New Job wizard, fill in the name of the Job as simpleJob.
- In the Purpose field, enter Display a message.
- In the Description field, enter This tutorial uses a component to display a message box with a custom message.
- To close the wizard and create the job, click Finish.
The Job Designer opens an empty Job.
DI Jobs use Components. Talend Studio offers a comprehensive library of more than 800 components for Data Integration.
4. Add a tMsgBox Component
- To add a tMsgBox component, in the Palette, click the Misc.
- Click the tMsgBox component and drop it on the Job Designer. This simple test-oriented component displays a message box.
Alternative method: You can also add a component to the Job Designer by placing the mouse pointer in the Job Designer and typing the name of the component that you want to use. When you start typing, a list with matching component names appears. To select a component, double-click the component name.
5. Configure the tMsgBox_1 component
- In the Job Designer, click the tMsgBox_1.
- To define the Basic settings for the component, in the Components view, click the Component.
- Change the "Title" and "Message" fields, change the icon in the dropdown menu.
6. Run the Job
In the Run view for the Job simpleJob, click Run.
The message box is displayed.
NEXT TUTORIAL →
Ready to get started with Talend?
More related articles
- How to Get Started with Talend Open Studio for Data Integration
- [TOS tutorial 02] Reading a File
- [TOS tutorial 03] Sorting a File
- [TOS tutorial 07] Configuring Joins in tMap
- [TOS tutorial 08] Adding Condition-Based Filters Using the tMap Component
- [TOS tutorial 09] Using Context Variables
- [TOS tutorial 06] Joining Two Data Sources with the tMap Component
- [TOS tutorial 05] Filtering Data Using the tMap Component
- [TOS tutorial 04] Creating and Using Metadata
- [TOS tutorial 13] Running a Job on Spark
- [TOS tutorial 12] Writing and Reading Data in HDFS
- [TOS tutorial 11] Creating Cluster Connection Metadata from Configuration Files
- [TOS tutorial 10] Creating Cluster Connection Metadata
- [TOS tutorial 14] Running a Job on YARN