load_csv_from_content
Load CSV data from a string content, specifying delimiter and header presence for flexible parsing.
Instructions
Load CSV data from string content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| delimiter | No | , | |
| session_id | No | ||
| has_header | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||