I have a folder having multiple geodatabase and I am calling that folder “Multiplegdb” There are 3 geodatabase in a folder which are as follows:
ABC.gdb
UVW.gdb
XYZ.gdb
Each geodatabase have several ‘Feature Dataset’ and each ‘Feature dataset’ have several ‘Feature Classes’.
My task:
I would like to list all the features datasets and feature classes in each geodatabase in a folder into CSV. I also would like to get the metadata information from each feature class into CSV file. The format of CSV file will be: GDB Name, Feature Dataset Name, Feature Classes name, Summary, Descriptions, Credits, Date Modified, File path.