Hello,
I want to take feature classes (say a point feature class) from different SQL geodatabases and merge them into one without losing the global ids. All the feature classes have the same schema, etc.
I have looked at the following help topic: ArcObjects 10 .NET SDK Help that talks about how you can do this with C# or .Net
I'm just wondering if there is a way to do this with Python.
I don't have Visual Studio and I am more comfortable with Python.
I am also looking to see if there is a way to join/merge exported recordset XML (maybe calling an XML editor?) to also get around this.
Thought I would ask before I went down a rabbit hole.
Thanks,
Amy