Closed nareshtedla closed 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.
Hey, you can use it like csvdiff -i col1,col2 indexcol a.csv b.csv. The ignored column names are comma-delimited too.
csvdiff -i col1,col2 indexcol a.csv b.csv
Thank you. That worked like a charm.
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.