Skip to main content

I have a lookup table in which some feature class name is mentioned. I have to select in the feature reader only those features from geodatabase which in there in the lookup table. How to do that. One more problem here all my feature classes is in the feature dataset in input geodatabase. In output I want this outside feature dataset

Use featurereader - use gdb and select your geodatabase


Use featurereader - use gdb and select your geodatabase

I want to make the workbench dynamic that is why i am taking feature class name from the Lookup table. So the option suggested you for manually selecting it will not work.


I think you can control it by using " Feature Types to Read" and " WHERE clause" constraints in FeatureReader parameters.


Reply