The process we’re following can be summarized like this:
- You’ll want to separate out each element, so it will be easy to break down the differences.
- Then send each identifier to a separate output file in an output folder.
- Do that for each version of the model, so you’ll have two output folders each containing output files to be compared.
- Finally you’ll compare the two output folders with a diff tool to find the differences between the individual files.
Read more...