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
If you have a record that contains multiple nested unordered fields, it can be difficult when looking at the output to triage and trace which specific nested keys caused differences. We should provide this in the output report.
Right now if you were to diff Artist1 and Artist2 and a diff was found in the track names the only Key that would be output is the root key (artist gid) but its useful for debugging further evaluating a diff if all of the keys would be provided. In this case the album gid and track gid as well.
The text was updated successfully, but these errors were encountered:
If you have a record that contains multiple nested unordered fields, it can be difficult when looking at the output to triage and trace which specific nested keys caused differences. We should provide this in the output report.
For example if your record looks something like:
Right now if you were to diff Artist1 and Artist2 and a diff was found in the track names the only Key that would be output is the root key (artist gid) but its useful for debugging further evaluating a diff if all of the keys would be provided. In this case the album gid and track gid as well.
The text was updated successfully, but these errors were encountered: