transform_csv_to_json
Convert messy CSV data into structured JSON with automatic delimiter detection and type inference for numbers, dates, and booleans.
Instructions
Convert CSV data to structured JSON with intelligent type inference. Handles messy CSV data, auto-detects delimiters, infers data types (numbers, dates, booleans).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| csv_data | Yes | Raw CSV data as string |