Skip to main content
Solved

How to prepare an Excel table to write field aliases to a GDB?

  • April 27, 2021
  • 2 replies
  • 32 views

Forum|alt.badge.img

According to https://community.safe.com/s/article/working-with-geodatabase-field-aliases , when reading aliases from a GDB, an additional attribute with fieldname_alias is created, containing the alias. When writing to a GDB, this field is used to write the corresponding field's alias.

 

So I figured formatting an Excel table like below would work, but the fields are written to the GDB normally, and there don't seem to be any options to flag the fields as alias fields.

 

aliases 

Best answer by ebygomm

The attributes with _alias shouldn't be specified on the writer under Attribute Definition, otherwise they will be written.

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.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • Best Answer
  • April 27, 2021

The attributes with _alias shouldn't be specified on the writer under Attribute Definition, otherwise they will be written.


Forum|alt.badge.img

The attributes with _alias shouldn't be specified on the writer under Attribute Definition, otherwise they will be written.

Great, thanks.