https://github.com/fasatrix/file-compare
A simple python script to compare CSV files (with headers) field by field
https://github.com/fasatrix/file-compare
Last synced: over 1 year ago
JSON representation
A simple python script to compare CSV files (with headers) field by field
- Host: GitHub
- URL: https://github.com/fasatrix/file-compare
- Owner: fasatrix
- Created: 2016-08-20T10:19:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T08:12:33.000Z (almost 10 years ago)
- Last Synced: 2025-02-03T10:16:31.702Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-compare
A simple python script to compare CSV files (with header) field by field
It will compare two comma separeted files using the header as fields reference. For each line, corrispondent fields in the two files will
be compared and, if found, differences will be printed out in the format:
"Line number, Column number and column, Expected: Value (filea) --> Actual: Value (fileb).
filea.csv and fileb.csv are the two files used as an example (downloaded from internet)