User Exit Data Source
The User Exit data source executes an external script / executable file, which prints a *.csv-formatted table of data to the Standard Output stream.
Properties of the User Exit data source:
File Name
The full path to the file being executed
Examples: c:\temp\UserExitScript.bat
\\remotehost\shared_dir\ UserExitScript.exe
Arguments passed to the file
List of arguments
User Name / Password /User Domain
The user running the file execution process
Timeout (ms)
The amount of time, in milliseconds, to wait for the process to exit. The maximum is the largest possible value of a 32-bit integer. If the timeout passes, the process terminates.
First-row columns are headers
Click to indicate that the csv output contains headers in the first row
Values Delimiter Character
The delimiter of the values in each row
Examples: , (comma)
| (pipe sign)