(i need to choose one dataset from many dataset in geodatabse)
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.
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
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.
but when I need to convert file geodatabase include datasets to one dataset inside geodatabase(more features to one empty dataset)?