Input
Name Age
Output
Name,Age
Data Tools
Convert tab-separated data to comma-separated CSV. Fields containing commas or quotes are escaped automatically in your browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
数据格式
等待输入
已复制结果
Input
Name Age
Output
Name,Age
The field is wrapped in double quotes automatically so the comma is preserved as data.
No. Paste the TSV and the converter handles tabs, quotes, and CSV output.
Tools
Continue with another translated tool for a nearby task.
CSV to TSV
Convert comma-separated values to tab-separated values in your browser, preserving quoted fields. Useful for spreadsheet paste and tooling that expects TSV.
CSV to JSON
Convert CSV tables to JSON arrays in your browser. Supports comma, tab, semicolon, or pipe separators and optional header rows. Processing stays local—useful for exports, API samples, and light imports.
CSV Column Extractor
Extract selected CSV columns by header name or zero-based index and export as CSV, JSON, or a plain list. Processing stays in your browser—useful for trimming wide exports.