generation: Numeric. A number that represents the task's hierarchic position in the runtime task tree. 0 represents the current task, 1 its immediate ancestor, and so on.
task var names: Alpha. A comma-delimited list of all the names of the variables that will be exported. The variable names are the names referred to in the Field Description property of the column. These are case sensitive. Only variables from the current task can be used. An empty string means that all the task variables will be used.
destination data source number: Numeric. A number that represents the data source's sequence number in the Data repository, such as '3'DSOURCE.
destination data source name: This parameter is used as an alternative to number. If not needed, enter '' (two single quotation marks). If needed, enter an alpha string that represents the table specification. The string may contain a path. If the path is not indicated, Magic xpa assumes the current directory.
destination columns names: String. A comma-delimited list of all the names of the columns that will be updated in the destination data source.
-
This is the Magic column name, not the DB column name.
-
An empty string means that the same names defined in the task var names parameter will be used.
|