Copy data in the format | Text data format in which the data will be copied into the Windows clipboard.
XML - The data will be copied in the XML format. Entire variables are copied, including all data extensions. You can copy data in the XML format only if the entire rows are selected in the variable list.
|
---|---|
Value separator | A character that is used as a separator for individual values in the CSV format.
'\t' - tab - The values are separated by the "\t" character (tab).
';' - semicolon - The values are separated by the ";" character (semicolon).
',' - comma - The values are separated by the "," character (comma).
' ' - space - The values are separated by the " " character (space). |
Copy including the column names | If checked, then the names of individual columns will be copied to the first row of data in the CSV format. |