Compare Files
Compare two CSV files and highlight the differences
File A
Drop a CSV file here or
Only the first file is used if multiple are dropped.
The request is made directly from your browser. No proxy is used.
File B
Drop a CSV file here or
Only the first file is used if multiple are dropped.
The request is made directly from your browser. No proxy is used.
Diff Output
Paste or upload two files to compare...
How to Use This Tool
This tool compares two files line by line and shows a color-coded diff of the differences.
- Load your files — Paste or upload your original file into File A and the modified file into File B. Or click “Load sample” to try it out.
- View the diff — Added lines appear in green with a + prefix. Removed lines appear in red with a - prefix. Unchanged lines have no highlight.
- Copy or save — Copy the diff to your clipboard or save it as a
.difffile.
FAQ
4 questionsDoes this tool upload my data?
No. It runs entirely in your browser using JavaScript. Your CSV data is never sent to a server.
How does the comparison work?
It performs a line-by-line text diff, similar to git diff. Added lines are shown in green, removed lines in red, and unchanged lines have no highlight.
Can I compare non-CSV files?
Yes. Since the diff is text-based, you can compare any plain-text files — CSV, TSV, JSON, or raw text.
What do the + and - markers mean?
A + marks a line that was added in File B. A - marks a line that was removed from File A. Lines with no marker are unchanged.