https://github.com/rafecolton/compare-csv
Compare two CSV files and output the diff as a third CSV. Borrowed from somewhere on Stack Overflow.
https://github.com/rafecolton/compare-csv
csv file-comparison python
Last synced: 12 months ago
JSON representation
Compare two CSV files and output the diff as a third CSV. Borrowed from somewhere on Stack Overflow.
- Host: GitHub
- URL: https://github.com/rafecolton/compare-csv
- Owner: rafecolton
- License: mit
- Created: 2017-08-29T14:43:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T14:45:33.000Z (over 8 years ago)
- Last Synced: 2025-02-12T20:34:37.743Z (about 1 year ago)
- Topics: csv, file-comparison, python
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compare-csv
Compare two CSV files and output the diff as a third CSV. Borrowed from somewhere on Stack Overflow.