sanitize_csv_securely
Sanitize raw CSV data by stripping whitespace, standardizing delimiters to commas, and resolving malformed rows in a secure Azure sandbox.
Instructions
Sanitize raw CSV data by cleaning and normalizing it within a secure remote Azure sandbox environment.
Use this tool to prepare messy tabular data for downstream processing. It automatically strips leading/trailing whitespace, standardizes delimiters to commas, and resolves malformed rows.
Usage Guidelines:
csv_contentmust be a plain-text string representation of a CSV.Limit payload size to a maximum of 50,000 rows to prevent sandbox memory limits and payload timeouts.
Do not pass binary files or Excel (.xlsx) formats; strictly text-based CSV data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_content | Yes | The raw, unformatted CSV text string that requires cleaning. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |