Hello Everyone! I am tasked with updating our road centerline feature class regularly, and I am trying to find the most efficient way to detect and compare changes in attributes values. My ideal: A workflow/tool that will let me detect the segments that have attribute value changes, and allow me to easily compare those changes to make sure those changes are valid. Things to Note: I am using ArcGIS Pro 2.7.0. We get our updated road centerlines from the same source, with the same schema There is a shared ID between the two datasets (roadsegID) that can be used for joins So far I have tried: Feature Compare tool Issue: I can't get it to compare the rows correctly. I put in the roadsegID as the sort field, but it does not the rows based off that field. Detect Feature Changes Issue: It does not directly say which specific fields have value differences, making it less efficient. Please let me know if you have good suggestions! Thank you, Michael
... View more