Using beans and routines - 8.0

Talend Data Mapper User Guide

Version
8.0
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2024-03-28

Talend Data Mapper allows you to use beans and routines from Talend Studio with a Java function.

To use the Test Run feature on a map that uses beans or routines, the binaries need to be available in the Mapping classpath. They are automatically added in new projects, if needed you can edit the classpath by right-clicking your project in the Navigator or Project Explorer view and clicking Properties > Mapping.

The beans or routines also need to be compiled and packaged. This is done automatically the first time you use the Test Run feature in a session. If you have made changes and need to compile and package again, you can do so by:
  • Starting Talend Studio and opening a project.
  • Building or running a Job or Route in the same project.
  • Editing the beans or routines code.