csv-diff
csv-diff copied to clipboard
Python CLI tool and library for diffing CSV and JSON files
2 CSV files, with keys that have the same keys, but in a slightly different case. I'd like to run the keys through `str.lower()` somehow before the comparison is made....
These tests are the same as test_row_change_and_row_add_and_row_deleted and test_rows_added, except that they provide coverage of the override for the noun used in the human readable output.
This just to make it slightly clearer what is expected if the JSON format does not comply.
I maintain the AUR package of this tool: Today there was a bug report, that two packages have conflicting files, one beeing `python-csv-diff`: https://aur.archlinux.org/packages/python-csv-diff#comment-896123 This change will in the future...
I like csv (actually usually tsv) files because they are easy to process with command-line tools. If this diff tool outputted the diffs as a csv, then I could easily...