deepdiff icon indicating copy to clipboard operation
deepdiff copied to clipboard

Enhancement to add ignore_case

Open cafykit opened this issue 8 years ago • 1 comments

I have two dictionaries coming from two different data sources one of which unfortunately messes up the case.

I was planning to add an option to ignore_case which applies on string comparison. If its there already doable in current implementation then I can try it out

cafykit avatar Sep 14 '17 01:09 cafykit

Hi @kuamrend Sorry it took me more than a year to see this ticket. I have not added ignore_case flag. If you still plan to add it, please add it to both DeepDiff and DeepHash. Otherwise the case differences will still be reported when ignore_order=True

seperman avatar Mar 24 '19 07:03 seperman