get_config
There already exists a get_config
function from the standard functions. This simply extends the existing function specifically for the connector so that it can be called without a filename and automatically return the configuration for the task.
Syntax: | function get_config([filename])
|
Inputs: | filename (optional) |
Outputs: | Config (object) |
Usage: | Anywhere |
See also: |