Table Converter
③ Data / Text
What it is: Convert table data back and forth between CSV, JSON, Markdown, YAML, and HTML.
When to use: When you have table data in one format but need it in another.
Everything runs locally in your browser — nothing is uploaded.
FAQ
Which formats can be converted?
CSV, JSON (array of objects), Markdown table, YAML and HTML table — 5 formats that convert to and from each other. Just pick "From" and "To".
What JSON shape is used?
An "array of objects", i.e. [{col1: value, col2: value}, ...], where each object is a row and keys are column names — the most common tabular JSON shape returned by APIs.