Import Data Table CSV
Import CSV or JSON into a data table. THIS REPLACES THE WHOLE TABLE; it is not a merge. The engine reports problems as warnings rather than failures, so the warnings are returned in full and a lossy import is not called a success.
hf_import_data_table_csvWriteArguments
| Name | Type | Description |
|---|---|---|
data_tablereq | string | |
accept_replacement | boolean = false | Required when the table already has rows, because they are all replaced. |
file | string | Absolute path to read from instead. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
format | string = csv | csv | json |
text | string | CSV or JSON content. Use this or "file". |
Related tools
Nearby in Data assets:
- Describe Struct
- Export Data Table CSV
- Find Enum Usage
- Find Struct Usage
- Remove Curve Key
- Remove Data Table Row
- Remove Enum Entry
- Remove Struct Member
All 25 tools in Data assets — 16 more not listed here.