load_csv
Loads a CSV file into the current session, supporting custom encoding and delimiters for flexible data import.
Instructions
Load a CSV file into a session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| encoding | No | utf-8 | |
| delimiter | No | , | |
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||