simonw / csv-diff

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

Option to Ignore case in comparison? #20

Open albertnjoku opened 3 years ago

albertnjoku commented 3 years ago

Currently a comparison between 'JOHN' and 'john' appears as a difference. Is there a way to make the diff process ignore case? Of course a workaround is to covert all to lower / upper