Copy features with related table

251
1
3 weeks ago
AbdulabnanMohammed
New Contributor II

Hi
I have two file geodatabases with identical schema that have a feature class and four related tables.

I need to copy features from one to the other(GDB/Hosted Layer) with the information from all of the related tables too 

Does anyone have a work flow for this?

Thanks

0 Kudos
1 Reply
BlakeTerhune
MVP Regular Contributor

Using the Catalog View in ArcGIS Pro, you can drag and drop a feature class from one gdb to another and it will also copy the relationship class and related feature class/table. It only does the direct relationships though. Grandchild relates are ignored so you'll have to copy those separately or script it with Python to walk through all the relationships of the input feature class.