Talend | Create a user routine and call it in a Job

Опубликовано: 28 Июнь 2026
на канале: Anand Venkatesh
1,024
20

Overview
Routines are reusable pieces of Java code. Routines enable you to write custom code in Java to optimize data processing, improve Job capacity, and extend Talend Studio features.

There are two types of routines in Talend Studio:

System routines: a number of system routines are provided. They are classified according to the type of data they process, such as: numerical, string, date. These types of routines are read-only, and you can call them directly in a Talend Job.
User routines: You can create your own new user routines or adapt existing routines.
This article explains how to create a user routine and call it in a Job.

Environment
This procedure was written with:

Talend Open Studio for Data Integration 5.5.0-r117820
JDK version: Sun JDK build 1.6.0_26-b03
Operating system: Windows 7 Professional, 64-bit