A fast tabular data comparison utility
cargo
console
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ git clone https://github.com/arpankapoor/tblcompare.git
$ cd tblcompare
$ cargo build --release
console
$ ./target/release/tblcompare \
--left-file /path/to/leftFile.csv \
--right-file /path/to/rightFile.csv \
--key-cols keyCol1 keyCol2 keyCol3 \ # list of columns to identify each row
--out-file /path/to/diff.html # diff is output as an HTML file