Documentation
¶
Overview ¶
Package main implements a csv comparator. There are two commandline flags -f1 -f2 The tool reads both files and creates a fnv64 hash of the rows. After that, it loops through the second file to find all records that don't exist in the first. If the hash of a record is found, and the records thus match, the instances are removed from the list. That means at the end the only items that don't have matching hashes are listed.
Click to show internal directories.
Click to hide internal directories.