Skip to main content
Solved

How to obtain attribute names

  • November 6, 2012
  • 1 reply
  • 17 views

gabriel_hirsch
Contributor
Forum|alt.badge.img+12
I have a bunch of TAB-files and I want to document for each file which attributes that are present. I'm not interested in the values of the attributes or the geometry. Just the name of the attributes. How can I in a generic way document the attribute names my TAB-files have?

Best answer by kathyross

FME has a special Reader named the Schema Reader which skillfully ignores all attribute values and geometry just as you request. 

 

 

Pop in a Schema Reader in your workspace, point it to your TAB file and it will read all of the TAB file's attribute names, data types, etc to a format of your choosing.

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img+4
  • Best Answer
  • November 6, 2012
FME has a special Reader named the Schema Reader which skillfully ignores all attribute values and geometry just as you request. 

 

 

Pop in a Schema Reader in your workspace, point it to your TAB file and it will read all of the TAB file's attribute names, data types, etc to a format of your choosing.