load_csv_folder
Load all CSV files from a folder into a temporary SQLite database to enable data analysis and querying.
Instructions
Load all CSV files from a folder into a temporary SQLite database.
Args: folder_path: Path to folder containing CSV files table_prefix: Optional prefix for table names
Returns: Status message with details of loaded files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | ||
| table_prefix | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |