load_csv_from_content
Parse and load CSV data directly from string content into a structured format for manipulation and analysis within the CSV Editor MCP server. Specify delimiter, header presence, and session ID for customization.
Instructions
Load CSV data from string content.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | ||
delimiter | No | , | |
has_header | No | ||
session_id | No |