Hello,
Neither the Scripting Documentation nor any online help seems to list the explicit commands for setting node properties. I found examples, but is there a complete list of all the commands?
Particularly, I am trying to find out how to set "Create table" or "Insert into table" in a database output node, such as (fictional command):
set databasenode.databaseExportType=create
or
set databasenode.databaseExportType=append
I found "databaseExportType" in the stream XML file but no idea how to set it in a script. Does anyone know the particular command?
Ken Aston