import_csv
Import rows from a CSV file into an existing table in append mode, with options for dry run, column selection, batch size, header, and null strings. Requires write permission.
Instructions
从 CSV 文件导入数据到已存在的表 (APPEND 模式)。需 write 权限。profileName 可选 — 省略时使用当前活跃连接。[group: data-governance]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| dryRun | No | ||
| columns | No | ||
| filePath | Yes | ||
| batchSize | No | ||
| hasHeader | No | ||
| nullStrings | No | ||
| profileName | No | 可选。省略则使用当前活跃连接。 |