CSV to JSON

← All Tools

Convert CSV data to a JSON array of objects. The first line is used as headers for the object keys.

Example

name,age + Alice,30 → [{"name":"Alice","age":"30"}]

id,value + 1,hello → [{"id":"1","value":"hello"}]

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations

USED IN COOKBOOKS