Hi.
I have the scenarios that I want to compare xml/json files in "data compare" sort of way, e.g.
file1.xml: <xml><person fname="John" lname="Doe"/><person fname="Foo" lname="Baz"/></xml>
file2.xml: <xml><person lname="Baz" fname="Foo"/><person lname="Doe" fname="John"/></xml>
These 2 files are "identical" data wise.
Same with e.g. json format.
Is this possible somehow with addins or similar? If not is this something planned for future?
Thanks.
I have the scenarios that I want to compare xml/json files in "data compare" sort of way, e.g.
file1.xml: <xml><person fname="John" lname="Doe"/><person fname="Foo" lname="Baz"/></xml>
file2.xml: <xml><person lname="Baz" fname="Foo"/><person lname="Doe" fname="John"/></xml>
These 2 files are "identical" data wise.
Same with e.g. json format.
Is this possible somehow with addins or similar? If not is this something planned for future?
Thanks.
Comment