i have two geodatabases. geodatabase 1 containing all lookup tables. One lookup table is source_table in which there is a column named "source_table_name" is added. Based on the values in "source_table_name " I want to select the feature class from geodatabase 2. I am getting output but its routing through generic port of the FeatureReader so no schema is being added. Can anyone help me solve this issue.
Page 1 / 1
You can use an AttributeExposer to expose the attributes you need in your workspace. If the schema of all your featureclasses differ too much you can have a look at this article https://community.safe.com/s/article/dynamic-workflow-tutorial-introduction and in particular at this tutorial https://community.safe.com/s/article/dynamic-workflow-tutorial-advanced-technique-using