LinkWord
Home
Directory
Articles
AI models
Tools
Pixel Plaza
Settings
ContactRSSFriend linksSubmit site
Privacy Policy陕ICP备2025083618号-2

Hot channels

AI ToolsDeveloper ToolsProductivity ToolsSecurity ToolsDesign Resources
← Back to tools

CSV / TSV / Markdown

Auto-pick comma vs tab by counts; outputs Markdown and TSV side by side.

Paste spreadsheet rows; we guess comma vs tab by frequency.

DelimiterDetected: ,
Markdown table
| name | score |
| --- | --- |
| Alice | 100 |
| Bob | 95 |
TSV
name	score
Alice	100
Bob	95

Quoted CSV edge cases may need a dedicated CSV parser.

Back to home