ksateeshk
03-28-2007, 09:56
Hi All,
I am trying to find the difference in data between 2 documents. These 2 documents have same structure. They differ only in data.
Right now I am converting these docs to respective Strings as name=value pairs with a delimiter, using a custom Java service and then doing a string comparision.
I guess there should be a better way of doing this. Please guide.
Thanks
Sateesh
I am trying to find the difference in data between 2 documents. These 2 documents have same structure. They differ only in data.
Right now I am converting these docs to respective Strings as name=value pairs with a delimiter, using a custom Java service and then doing a string comparision.
I guess there should be a better way of doing this. Please guide.
Thanks
Sateesh