When using the custom transfer program option for a flat file, e.g. an FTP app to move a CSV file after it’s been created, has anyone found a way to include global variables or parameter variables inside these configuration fields?
[list]
[:41cdaa5c1e]Program executable
[:41cdaa5c1e]User name
[*:41cdaa5c1e]Password
[/list]
BODS interprets these values as literal strings but I don’t want to hard-code this information
The only variables you can use are internal ones which are limited to the scope of this object itself, i.e.
[list]
[:41cdaa5c1e]$AW_LOCAL_DIR
[:41cdaa5c1e]$AW_FILE_NAME
[:41cdaa5c1e]$AW_USER
[:41cdaa5c1e]$AW_PASSWORD
[/list]
Any ideas?
FreeZey (BOB member since 2007-12-07)