deepdiff
deepdiff copied to clipboard
Enhancement to add ignore_case
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
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