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. These are the names referred to in the Field Description property of the column.
print var names: Alpha. A comma-delimited list of all the descriptions of the variables that will be exported. These names will print on the first line of the output. If this is going to Excel, then Excel uses these names as the headers in the spreadsheet. These are associated with the variable names based on the position. If this string is empty, there will be no field headers. If you want to use the variable names as the header line, just enter '@'. If the name has a comma, it will be prefixed by the backslash (\) character.
output file name: Alpha. The name of the file that will be created.
delimiter string: Alpha. The string that will be sent as a delimiter.
string identifier: Alpha. This is the character that will be inserted before and after a text string (Alpha and Unicode).
charset: Numeric. Defines the character set for the outputted data. The following values are valid:
-
0 – ANSI
-
1 – Unicode
-
2 – UTF-8
|