Hi,
I have a geodatabase with some feature classes. I would like to convert the attributes of each feature class into excel. How can I do that>
Hi,
I have a geodatabase with some feature classes. I would like to convert the attributes of each feature class into excel. How can I do that>
Hi @krishnamohan
Did you try to use the automatic converter:
File>Generate Workspace
Thanks in Advance,
Danilo
Hi Krishnamohan,
you can do it by using transformer "SchemaScanner" - you'll get all attributes in list along with datatypes. you may later explode them to get into excel format.
Thanks,