← Back to tools
View AGENTS.md for csv-diff
csv-diff
Python CLI tool and library for diffing CSV and JSON files
Description
csv-diff is a Python CLI tool and library for diffing CSV and JSON files. It compares two files and shows the differences in a human-readable format, highlighting added, removed, and changed rows.
AI Summary
CLI tool for comparing CSV and JSON files, showing added, removed, and changed rows in a human-readable format.
Capabilities
- + Diff CSV files and show changes
- + Diff JSON files
- + Show added, removed, and changed rows
- + Human-readable output
- + Python library for programmatic use
Use When
- → User needs to compare CSV or JSON files
- → User wants to see data changes between versions
Avoid When
- x User needs to diff code or text files