import_table_file
Import data from local CSV or XLSX files into an existing database table using a specific connection.
Instructions
Import a local CSV or XLSX file into an existing table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | ||
| database | No | ||
| file_path | Yes | ||
| sheet_name | No | ||
| table_name | Yes | ||
| connection_id | Yes |