資料格式
Table Format Converter
Convert tabular data between CSV, JSON, and Markdown tables in the browser.
為什麼用這個工具
03Paste a CSV, a JSON array of objects, or a Markdown table and reformat it to any of the other two shapes.
Table Format Converter turns CSVs into JSON, Markdown tables into CSV, or JSON arrays into a readable Markdown table — all locally.
Use it to prep data for docs, import pipelines, spreadsheets, or GitHub issues.
怎麼使用
03複製前快速檢查
03先确认输入格式符合你的预期。
在把结果用于文档、链接、配置或消息前快速扫一眼。
只复制你真正需要的输出。
常見問題
03
What JSON shape is expected?
An array of flat objects. Each object becomes a row and the union of keys becomes the header.
Are commas and quotes handled in CSV?
Yes. Cells with commas, line breaks, or quotes are wrapped in double quotes with standard escaping.
Does it send my data anywhere?
No. Parsing and serialization run in this tab.
相關工具
03JSON Formatter→
Format, minify, and validate JSON in one place.
Base64 Encode / Decode→
Convert plain text to Base64 and back.
Word Counter→
Count words, characters, and lines in any pasted text.