Skip to main content

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 – let us know how we can improve!