Copy link to clipboard
Copied
Good evening, I am trying to find an efficient way to compare the form field values from two different documents... is there an easy way to do this?
Both documents are the same, but the idea is to check for any possible changes made to one of the documents.
Any help would be wonderful, thank you!
Copy link to clipboard
Copied
You posted in the JavaScript forum. Do you want to do it using a script?
If not necessarily then I would use the Merge Data Files into Spreadsheet command and then compare the values in the two rows using Excel. That's probably the easiest way of doing it.
Copy link to clipboard
Copied
We want to compare two different files using a script, yeah
Copy link to clipboard
Copied
That's more complicated. You would need to run a script on the one file, collecting all the form data into an app-level or global variable, and then run it again on the second file, collecting the data from that file, and then compare the two.