Scenario: Let's say I have a large geodatabase called 'A'. The 'A' gdb contains feature classes of shapefiles along with their geometries. Now I export certain features of this gdb to another new gdb called 'B'. And in 'B' gdb I make changes in the geometry of those certain feautures as well as changes in attribute values.
Question: So how can I merge back the edits of 'B' gdb to the source 'A' gdb in ArcMap?
Thoughts: Thinking of using dbfpy or pyshp code in Arcpy? Or is there a ArcTool for this?