Skip to content

Compare two csv files and see the differences between them per column and/or per row

Notifications You must be signed in to change notification settings

icatSolutions/CSVCompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

CSVCompare

Compare two csv files and see the differences between them per column and/or per row

Instructions for Comparing CSV files

Python 3 must be installed on your system

Rename the original file and the target files as follows:

[yourFileName]_original.csv (for the original) [yourFileName].csv (for the one you wish to compare to)

Put both files into a folder. NOTE: Compare.py must be at the same level as the Folder you created Open terminal and type: Python3 Compare.py (where the Compare.py file is located)

About

Compare two csv files and see the differences between them per column and/or per row

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages