Free CSV tools — for converting, cleaning, querying and visualizing.
csvtodashboard is a complete, local-first toolkit for working with CSV files. Every tool below runs in your browser — no account, no required upload for the browser tools.
Format conversion with smart type detection.
Most free CSV converters output everything as quoted strings. Ours infers types from your data — numbers stay numbers, booleans stay booleans, dates stay dates.
Tidy a messy CSV.
Find what's wrong, drop what's redundant, slice down to the rows that matter, split into manageable chunks.
Real SQL against your CSV.
SELECT, WHERE with AND/OR, ORDER BY, LIMIT — no database, no upload, no setup.
Chain operations in one tab.
Validate → dedupe → filter → sort → SQL → split → export, all from one pipeline that re-runs as you change steps.
Build a dashboard from your CSV.
Once your data is shaped, the dashboard generates KPIs, charts, anomaly flags, and a sortable table — automatically.
Utilities, sample data, and focused workflows.
Browse the smaller tools and reference pages that solve one specific CSV, text, formatting, testing, or migration problem.
- Cron expression explainer
- Base64 encode a CSV column
- CSV dashboard builder guide
- CSV data analysis guide
- Fix dates changed by Excel
- Remove extra blank CSV rows
- Fix CSV encoding
- Fuzzy CSV deduplication
- Hash a CSV column
- JSON-escape a CSV column
- Scan CSV for personal data
- Generate a CSV sequence
- URL-encode a CSV column
- Date range generator
- Email extractor
- Embeddable chart gallery
- IP address extractor
- Flatten nested JSON
- JWT decoder
- Phone number extractor
- SQL formatter
- URL extractor
- UUID generator
- XML formatter
- Sample expenses CSV
- Sample marketing CSV
- Sample movies CSV
- Sample sensor CSV
- Sample stock CSV
- Sample support tickets CSV
- Sample weather CSV
- Sample web logs CSV
- ConvertCSV alternative
- CSVJSON alternative
- Datablist alternative
- Gigasheet alternative
- Online CSV Tools alternative
- TableConvert alternative
Common questions.
-
·
Are these CSV tools really free?
Yes. No signup, no trial, no paid tier. The site is ad-supported.
-
·
Do I need to upload my CSV?
No. The browser tools parse and process your file locally — you can verify in DevTools → Network that no requests fire when you drop a file.
-
·
How many tools are there?
There are more than 200 converters, cleaners, analyzers, generators, sample datasets, dashboard templates, and focused utilities. See the lists above by category.
-
·
Which file types work?
CSV (comma, semicolon or tab), TSV, and Excel files (.xlsx and .xls). Multi-sheet workbooks show a picker.