Skip to main content
Question

How to convert the fileds in a feature of class of File geodatabase into excel

  • February 14, 2023
  • 2 replies
  • 11 views

Forum|alt.badge.img

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>

2 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • February 14, 2023

Hi @krishnamohan​ 

 

Did you try to use the automatic converter:

 

File>Generate Workspace

 

 

Gene 

Thanks in Advance,

Danilo


srinivasgg
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 18 replies
  • February 15, 2023

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,