An open API service indexing awesome lists of open source software.

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.

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.