(i need to choose one dataset from many dataset in geodatabse)
Solved
How to add feature dataset as a writer (i need to choose one dataset from many datasets in geodatabse)
Best answer by nielsgerrits
I think you want to add a writer based on an existing featureclass in a file geodatabase? What I do typically:
- Add FeatureWriter.
- Select File GeoDatabase
- In the lower left of the screen, click the arrow next to the + and choose Import from Dataset...
- Select the target gdb, select the target featureclass.
Now you have the schema (featureclass name, attributes and geometrytype) imported in the writer. Connect the transformer outputport you need to the inputport of the featurewriter.
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.
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.

