CSV / Spreadsheet Normalizer
Normalizes CSV text passed inline in JSON into typed rows with canonical headers.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
csv | text | Yes | Csv |
Outputs
| Name | Type | Description |
|---|---|---|
headers | array | Headers |
rows | array | Rows |
row_count | any | Row count |
work | array | Work |
Sample request
{
"csv": "Company Name,Amount\nAcme,42"
}