Apologies for posting this in "General Discussion" - it spans Folder/2Way/3Way comparisons, so I didn't want to pigeonhole it to one of them.
As a programmer, I'm extremely impressed with BeyondCompare and we've bought several licenses.
Here's my question: is there a way to do a "clean" export of the differences between files? Not a diff; just a clean .CSV/.XLS/etc export for people that are non-technical personnel. We have a number of nontechnical people in our company that could really use something like this. They work with mailing lists and need a way to extract the changes between list revisions.
Example...
FileA.csv
FileB.csv
We'd like to export just the changed rows to... "ChangesInFileB.csv"
As a programmer, I'm extremely impressed with BeyondCompare and we've bought several licenses.
Here's my question: is there a way to do a "clean" export of the differences between files? Not a diff; just a clean .CSV/.XLS/etc export for people that are non-technical personnel. We have a number of nontechnical people in our company that could really use something like this. They work with mailing lists and need a way to extract the changes between list revisions.
Example...
FileA.csv
Code:
1000, Aaron 1001, Bob 1002, Chris 1004, Erin
Code:
1000, Aaron 1001, Bob 1002, Chris 1003, Dolores 1004, Edward
Code:
1003, Dolores 1004, Edward
Comment