Skip to content
Jigwright
HullForge docs

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 only

Arguments

NameTypeDescription
data_tablereqstring
filestringOptional absolute path to write to. Omit to get the text back.
formatstring
= csv
csv | json
max_charactersinteger
= 100000

Nearby in Data assets:

All 25 tools in Data assets — 16 more not listed here.