simonw / csv-diff

Python CLI tool and library for diffing CSV and JSON files
Apache License 2.0
292 stars 47 forks source link

Q: What is default of `key`? What happens when no `key` passed? #28

Open corneliusroemer opened 2 years ago

corneliusroemer commented 2 years ago

I read through the README and --help but couldn't figure out what happens when I don't pass a --key.

Does it diff everything?