View as CSV
This action opens downloaded CSV content in a CSV view.
The step only works on downloaded CSV content.
Properties
The View As CSV action can be configured with the following properties:
- Use headers
-
This property is checked if the first row of the CSV document defines column names.
- Separator Character
-
The separator used to parse the CSV document.
- Quote Character
-
The quote used to parse the CSV document.
- Additional Escape Character
-
The CSV-parser interprets the double quote character (") as an escape character if it is followed by another double quote character. If an additional escape character is used, the user may provide it here.
- Encoding
-
The encoding used for this CSV document.
- Skip Top Lines
-
Sets the number of lines to skip from the top of the CSV-file. This is particularly useful if a system has automatically appended a number of lines at the beginning of the CSV-file that are not part of the actual CSV-data.
- Skip Bottom Lines
-
Sets the number of lines to skip at the bottom of the CSV-file. This is particularly useful if a system has automatically appended a number of lines at the end of the CSV-file that are not part of the actual CSV-data.