Export Data Table CSV
Export a data table as CSV or JSON text, optionally to a file. Reads nothing but the table, changes nothing, and is the safe way to see a whole table at once.
hf_export_data_table_csvRead onlyArguments
| Name | Type | Description |
|---|---|---|
data_tablereq | string | |
file | string | Optional absolute path to write to. Omit to get the text back. |
format | string = csv | csv | json |
max_characters | integer = 100000 |
Related tools
Nearby in Data assets:
- Describe Curve
- Describe Curve Table
- Describe Enum
- Describe Struct
- Find Enum Usage
- Find Struct Usage
- Import Data Table CSV
- Remove Curve Key
All 25 tools in Data assets — 16 more not listed here.