Created this executable tool to help with simple comparison of 2 csv files.This is a case sensitive search. Checks for:
- same headers
- same number of rows
- same values
- Go to
target\releaseto findcsv-compare.exeandrun-csv-compare.bat - Download both
csv-compare.exeandrun-csv-compare.batand put it in a folder. You can call itcsv-compare. - Add your 2 files you want to compare into the
csv-comparefolder or what ever you names it. Name the files themfile1.csvandfile2.csv. - Double click on
run-csv-compare.batand it should open a terminal and run the comparison for you.
Build the Executable. Run the following command in the root directory of your project (where Cargo.toml is located):
cargo build --releaseThis will replace the files in target\release with a new release.