simonw / csv-diff

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

Allow all kind of separator for csv files for example ";" #21

Open Chetansidnal opened 3 years ago

Chetansidnal commented 3 years ago

right there is only option if you want to use , separated csv or tab separated csv. what if someone has separator as ; or : something else, please accept one cli arg for this as sep where user can choose separator!

gordonje commented 3 years ago

At the very least, please add support for |.