Crates.io | tblcompare |
lib.rs | tblcompare |
version | 0.1.1 |
source | src |
created_at | 2023-03-22 05:33:48.700306 |
updated_at | 2023-03-22 05:47:36.271185 |
description | A tabular data comparison utility |
homepage | https://github.com/arpankapoor/tblcompare |
repository | https://github.com/arpankapoor/tblcompare |
max_upload_size | |
id | 816734 |
size | 58,033 |
a fast tabular file comparison utility.
features:
mmap
ed files on disk.cargo install tblcompare
$ 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