Flow Studio/
CSV to TypeScript API Contract
ready
Source input
Paste your data, run the full workflow
Workflow recipe
3 curated steps
CSV Cleaner
Trim cells, normalize headers and remove blank rows.
text incsv out
CSV to JSON
Convert CSV rows to JSON objects.
csv injson out
JSON to TypeScript Types
Infer a TypeScript interface from JSON.
json intypescript outtype: ProductImportRow
Final output
typescript result