Skip to content

arpankapoor/tblcompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tblcompare

Crates.io

a fast tabular file comparison utility.

features:

  • strings are interned to save on the common strings in input files.
  • input files are converted to columnar mmaped files on disk.
  • output in minimal HTML format with no javascript (sample)

install

usage

$ 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

About

a fast tabular data comparison utility

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages