Starts an external program or script and waits for it to finish, capturing its console output into the job result.
The action runs as a step in a SyncTool configuration. You configure the step's settings (e.g. server, login, path, format or SQL depending on the action) and run the configuration. The action fetches the data it needs from Sapera or the external source itself – you do not map source columns as you would for a regular import. Any parameters are described below.
Starts an external program or script, waits for it to finish, and captures the program's console output in the job result. Used e.g. to run a helper tool as part of a configuration.
Parameter | Explanation |
| Command-line arguments passed to the program. |
| Full path to the program or script to run. |
| Working directory the program is started in. |
See also the overview SyncTool – actions.