Creating a Job using a Job creation API - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
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
Design and Development
Last publication date
2024-02-29

A Job script is another way to create a data integration process with Talend Studio. You can either:

  • write a script with the properties of each element of your process.

  • create a Job and display its script through the Jobscript tab to edit it if necessary.

You can create your Job script in any text editor and name your file with the .jobscript extension, or you can create it with the Integration perspective of Talend Studio. When you create it with the Job script API editor of Talend Studio, the use of the auto-completion (Ctrl+Space) will ease the writing process of the script. Moreover, in Talend Studio, the code displays in color to be easily identified and you can create template in Talend Studio's preferences.

To access Job scripts API editor in Talend Studio, expand the Code node in the Repository of the Integration perspective.

For more information on using Talend Job scripts, see Designing Jobs using the Job script API.