You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting ignore_string_case=True, all the keys in the deepDiff results become lowercase. This is an issue if using the key names to display to the user and you want the original case preserved
The text was updated successfully, but these errors were encountered:
Same issue probably. When setting ignore_string_case=True, all the keys in the deepDiff results become lowercase. This issue leads to a failed comparison when there are the keys that are case sensitive in json files. Please be realized that it seems only affects the comparison for the string value. For the other keys with other value types, the comparison still works. Please refer to the attached json files and the parameters I set, and output for your reference.
function call: diff = DeepDiff(json1, json2, exclude_paths=exclude_path_list, exclude_regex_paths=exclude_path_reg_list, ignore_string_case=True, verbose_level=2)
When setting ignore_string_case=True, all the keys in the deepDiff results become lowercase. This is an issue if using the key names to display to the user and you want the original case preserved
The text was updated successfully, but these errors were encountered: