Newbie to python and I was wondering if there is a way to remove database.DBO. from database.DBO.feature. feature = database.DBO.feature[13:] works, but seems a little of a kludge.
feature = database.DBO.feature new_name = feature.split('.')[-1]
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.