Transfer data from GDB to SDE with same featureclasses

190
1
03-27-2024 05:25 AM
sumalain1
New Contributor III

Suggest some examples to Transfer or update data from GDB to SDE with same name of featureclasses

0 Kudos
1 Reply
MichaelSnook
Occasional Contributor III

I use the Python methods Truncate and Append all of the time to do this.  Granted, you can't have versioning in place on the SDE as truncate won't work with versioned feature classes.

0 Kudos