We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4a7de commit 9e3d9b5Copy full SHA for 9e3d9b5
README.md
@@ -27,10 +27,11 @@
27
28
- Compare CSV, TSV, and JSON files for differences
29
- Human-readable and machine-readable (JSON) output
30
+- JSON output to file with filename and path support
31
- Detects added, removed, and changed rows and columns
32
- Supports custom key columns for row identity
33
- Field inclusion/exclusion for focused diffs
-- Streaming mode for large files (memory efficient)
34
+- Streaming mode for very large files (memory efficient)
35
- Output to terminal or JSON file
36
- Automatic delimiter and encoding detection
37
- Python 3.6+ compatible
0 commit comments