wdata_upload_and_import
Upload a local CSV, TSV, or JSON file into a Wdata table and import it automatically, including polling until complete. Surfaces row-level import errors.
Instructions
WRITE. Upload a local .csv/.tsv/.json (or .zip of one) into a Wdata table and import it: upload -> import -> poll until settled, in one call (upload alone does NOT import — KB: wdata-upload-then-import-two-steps).
Row-level import errors are surfaced if the import fails. Note the import adds system columns to the table, and re-uploading an identical filename 409s (KB: wdata-duplicate-filename-409).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| table_id | Yes | ||
| delimiter | No | , | |
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |