load_data
Load data into the server from CSV or JSON strings, or from a URL supporting CSV, JSON, Parquet, and Excel formats.
Instructions
Load data into the server from CSV text, JSON text, or a URL.
Supports CSV, JSON, Parquet, and Excel formats. For URL loading, the format is auto-detected from the file extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to fetch data from (supports csv, json, parquet, xlsx) | |
| name | No | Optional name for the dataset (auto-generated if not provided) | |
| format | No | Data format when using csv_data/json_data — 'csv' or 'json' | csv |
| csv_data | No | CSV-formatted string data | |
| json_data | No | JSON-formatted string data (records or columnar orientation) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |