load_csv_from_url
Load a CSV file from a given URL into the CSV Editor for processing. Supports custom encoding and delimiter settings.
Instructions
Load a CSV file from a URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| encoding | No | utf-8 | |
| delimiter | No | , | |
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||