load_file
Load a CSV or Excel file into memory as a queryable table for SQL analysis. Supports .csv, .tsv, .xlsx, .xls files with optional custom table name.
Instructions
Load a CSV or Excel file into an in-memory table for SQL querying.
Args: path: path to a .csv, .tsv, .xlsx, or .xls file. table_name: optional; defaults to the file stem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| table_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |