Skip to content

Create CSV Headers

Create a CSV file, including headers. Yarado will not fill the variable values but instead pass the variable names verbatim to the CSV file. If a file already exists, the headers are added as the first row.

You can specify the delimiters by separating your headers with either a semicolon or a comma.

Note

Variable values and automatically adding new variables is disabled for this function, to prevent accidental creation of new variables.

The return to field is optional and used to relay potential error messages, such as file not found.

Create CSV Headers

Example of the Create CSV Headers function.