Hello,
There are multiple FileGDB in a folder. Each of these FIleGDB contain multiple feature classes. I want rename the feature class name in such a way that the name of respective FileGDB is added to its name
For instance
FileGDB name is Bus.gdb. Feature classes with in this gdb are Stops and Routes. I want to rename these feature classes as Bus_Stops and Bus_Routes.
Ii would like to use arcpy to achieve this
Thank you