OK, to build on this, I have another question. (surprise, surprise...)
To give a little background, a co-worker and I built a regression system that will allow us to compare output from our production application to output from our changeset code. We compare the text files using ExamDiff Pro, then I parse the multiple output files from EDPro to a single .xml file that breaks down all the changes, additions, and deletions that occurred. We then report using that XML.
So, since we use a specific record definition to output each element to the XML, I need to ensure EDPro is outputting the entire record in the differences file. When I ignore a column or range of columns in a compare, though, the record is being written out without the ignored column(s) and is shifting my output to the left. This messes up my record definition and thus messes up my report.
Is there a setting I can use in which I tell EDPro to ignore the column(s) during the compare but to output the entire record?
Thanks for any help.