Hi all,
I'm trying to compare data values in 2 separate feature classes and find out what has changed.
FCnew | FIELDA (shapefile or feature class)
FCmaster | FIELDA (feature class in a fgdb)
FCnew is periodically being updated by external source - this can have new values or have original values removed.
FCmaster is the master table I manage. This consists of the original FCnew values, and will change periodically from the FCnew.
What I currently do in arcpy is join a master set of objects to FCnew attributes and then truncate FCmaster and append current records.
Now I want to show what has changed as well....ideally saved to a text file.