Skip to main content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Example syntax for the Talend Data Mapper scripting capability commands

This table provides some examples of the syntax for the Talend Data Mapper scripting capability.

Purpose Syntax Example
Specify which workspace to use java -jar tdm-api-<version>.jar -editor data <path> java -jar tdm-api-5.6.2.jar -editor -data c:/Talend/Studio/myworkspace
Create a project in a workspace java -jar tdm-api-<5.6.2>.jar -editor -action create -project <project_name> -data <path_to_workspace> java -jar tdm-api-5.6.2.jar -editor -action create -project myproject -data myworkspace

The -help command provides a complete list of all available commands and their syntax.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!