create_table_from_csv
Create a DuckDB table from a CSV file. Specify the file path, optional table name, and delimiter to control import.
Instructions
Create a table from a CSV file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the CSV file | |
| table | No | Optional table name to use | |
| delimiter | No | Optional delimiter to use |