- Documentation
- Activities
- Data
- Convert table to text
Turn table data into a text format like CSV
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Table Variable tableName | variable | Required | — | — |
Output Format outputFormat | enum | Optional | csv | —csvjsonhtmlmarkdown |
Include Headers includeHeaders | boolean | Optional | true | — |
Delimiter delimiter | string | Optional | , | — |
Output Variable outputVariable | variable | Optional | tableText | — |
Output
tableTextStringTable data as formatted text
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Add table column
Add a new column to an existing data table
Add table row
Add a new row to a table
Clear table
Remove all rows from a data table
Create table
Create a new table to store rows and columns of data
Filter table
Keep only rows that match certain conditions
Remove duplicate rows
Remove duplicate rows from a data table