Hi,
Not sure if this is typical, but whenever I create a feature class in my enterprise geodatabase, its name will have the database and username added. For example, if I create a feature class called FC, its name will become "database.username.FC".
This creates a problem when I try to use python to backup my enterprise geodatabase feature classes using FeatureClassToFeatureClass. I don't want my backup feature class name has "database.username." in it. How can I get the feature class name only without using string manipulation?
Thanks!