Skip to main content
Question

How to create parameters for selecting a table (feature type) from an Esri geodatabase (gdb)?

  • January 26, 2017
  • 2 replies
  • 52 views

I want to create (user) parameters for selecting a table (feature type) from an Esri geodatabase (gdb). So I would like to see a dialog which asks for an gdb and afterwards show a list with all the feature types (tables) from the selected gdb.How to do so? I am able to create a parameter for selecting a gdb but how to add a list of the feature types which are part of the gdb and select one? Any idea?

Best regards,

Frank

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

erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • January 26, 2017

The parameter you want to expose is called "Feature types to Read" and it will be in the workspace if you have added the GDB reader.

You want to set the Reader to "single merged feature type":

This will automatically set the Feature types to Read as published (for you to pick the tables.

 

Hope this helps.


GREAT! Exactly what I was looking for :-)

Frank