CSV Compare
Diff two CSV files side-by-side. Normalize mode re-quotes cells so you only see real data changes. Good for data pipeline tests, database exports, and analytics comparisons.
Diff result
Paste content on both sides to see the diff.
How It Works
- 1
Paste both CSVs
Original on the left, changed on the right.
- 2
Toggle Normalize
Re-emit both files with consistent quoting before diffing.
- 3
Review the diff
Added rows in green, removed rows in red.
- 4
Copy or download
Export as unified diff for a PR or share with your team.
Use Cases
Data pipeline test
Diff expected vs actual CSV output from an ETL job to find where the pipeline diverged.
Database export comparison
Compare two CSV exports from the same query at different times to track data changes.
Analytics export drift
Diff two GA, Mixpanel, or Amplitude exports to spot reporting changes.
Test fixture review
Diff CSV test fixtures across branches before merging to catch unintended fixture changes.
Frequently Asked Questions
Diffing test data by hand? Automate the whole test.
Bug0 writes end-to-end tests from plain English, runs them on every deploy, and a forward-deployed engineer reviews every failure.
From $2,500/mo. Results in 7 days.