- Intent
- CSV delimiter detector online: figure out the separator (comma, semicolon, tab, or pipe) when a CSV will not import correctly.
- What it does
- Counts candidate delimiter characters in the first line and reports the most likely separator.
- Key features
- Supports , ; TAB |, Shows match count, Fast first-line heuristic
- Privacy
- Everything runs locally in your browser. No uploads.
- Best for
- When Excel/Sheets imports everything into one column (wrong separator)
- Debugging vendor exports that use semicolons, tabs, or pipes instead of commas
- Anyone searching 'CSV delimiter detector' or 'CSV separator'
- Why this tool
- Find the separator quickly without trial-and-error imports
- Works from pasted CSV text (you can test a few lines)
- Local-only: no uploads