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

Can you provide an example to use multiple ignore columns? #32

Closed nareshtedla closed 6 years ago

nareshtedla commented 7 years ago

I have been trying to make the command csvdiff work with multiple ignore columns but it looks like it is not working. Can you please provide an example of syntax? I have tried multiple styles and it seems to be not working. Please advise. Thanks.

larsyencken commented 6 years ago

Hey, you can use it like csvdiff -i col1,col2 indexcol a.csv b.csv. The ignored column names are comma-delimited too.

nareshtedla commented 6 years ago

Thank you. That worked like a charm.