larsyencken / csvdiff

Generate a diff between two tabular datasets expressed in CSV files.
BSD 3-Clause "New" or "Revised" License
132 stars 31 forks source link

no such options --ignore-columns #24

Closed abdel-avalara closed 7 years ago

abdel-avalara commented 7 years ago

I installed csvdiff "pip install csvdiff"

when I run this command "csvdiff --style=summary --ignore_columns=amount id a.csv b.csv", I get an error "Error: no such option: --ignore_columns"

image

larsyencken commented 7 years ago

Sorry, I haven't cut a new release with it yet. You can still install master with:

pip install git+https://github.com/larsyencken/csvdiff
abdel-avalara commented 7 years ago

thanks