Creating and editing a map from the command line - 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 comes with a scripting capability that can be used to create and edit structures and maps directly from a command line. It is available with any Talend Data Mapper API jar file (tdm-api-<version>.jar or tdm-camel-<version>.jar).

The scripting capability works in a workspace and a project designated by the user. It is recommended to use a different workspace from the one used by Talend Studio, as objects created in this way cannot be used directly by Talend Studio because they do not have the accompanying .properties files, and then import the objects you create into Talend Studio later.

To import any objects created by the Talend Data Mapper scripting capability into Talend Studio, you must import the relevant project from your local workspace into Talend Studio. When you import the project, take care to select the Copy projects into workspace checkbox, or else the project will be linked to the workspace.

For more information on how to import projects, see Importing local projects.