Skip to main content
Solved

How to add feature dataset as a writer (i need to choose one dataset from many datasets in geodatabse)

  • October 5, 2022
  • 3 replies
  • 452 views

alielshahat

(i need to choose one dataset from many dataset 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.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2937 replies
  • Best Answer
  • October 5, 2022

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.


alielshahat
  • Author
  • 3 replies
  • October 5, 2022

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.

thank you


alielshahat
  • Author
  • 3 replies
  • October 6, 2022

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.

nielsgerrits

but when I need to convert file geodatabase include datasets to one dataset inside geodatabase(more features to one empty dataset)?