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). |
---|---|
The first row contains the column names | If checked, then first row of data in the CSV format contains the column names. |
Paste variables | Specifies the position in the variable list where variables from the Windows clipboard will be inserted.
after the active row - The variables will be inserted after the active row.
before the active row - The variables will be inserted before the active row.
to the beginning - The variables will be inserted to the beginning of the variable list.
to the end - The variables will be inserted to the end of the variable list.
to specified position - The variables will be inserted to the specified position in the variable list. |
Position | The position in the variable list (row index) where the variables will be inserted. |