csv-diff icon indicating copy to clipboard operation
csv-diff copied to clipboard

Python CLI tool and library for diffing CSV and JSON files

Results 24 csv-diff issues
Sort by recently updated
recently updated
newest added

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...