CSV diff
Compare two CSV files by a key column and see what was added, removed and changed.
CSV diff
Paste an old CSV export into the main field and a newer one into the second panel, and this tool matches their rows by a key column to show what changed. Rows that exist only in the new file are added, rows missing from it are removed, and rows present in both but with different values are changed — with the exact column and its old and new value listed for each difference. Use it for product feeds, user exports, price lists or any spreadsheet that gets re-exported over time.
The key column identifies a row across both files: a header name, several comma-separated names for a composite key, or a column number when there's no header row. The delimiter and header toggle match your file's structure. "Ignore column order" matches columns by name instead of position, for exports that list them in a different sequence. "Ignore case and surrounding spaces" treats "Active" and " active " as equal, and "exclude columns" skips fields you don't care about, like a timestamp that changes on every export. Three output formats fit different needs: a readable summary of each change, a compact unified diff of +/- rows, and a full CSV rebuilt with a status column you can filter or sort.
Parsing follows RFC 4180, so a quoted field may safely hold the delimiter, a doubled quote or an embedded line break, and CRLF and LF line endings are read the same way. A key that repeats within one file resolves to its last row's values. The result updates as you type or adjust an option.
Everything runs locally in your browser — nothing is uploaded, so it's safe to compare exports with customer data. Copy the result, download it as .txt, or send it back into the input for another tool.