smart_load_multiple_csv_files
Load multiple CSV files into DuckDB tables, automatically naming each table based on content analysis. Specify an optional delimiter for consistent parsing.
Instructions
Load multiple CSV files and intelligently name the tables based on content analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | List of paths to CSV files | |
| delimiter | No | Optional delimiter to use for all CSV files |