Skip to main content
Question

Write GDB without feature class


Forum|alt.badge.img

Hi,

my wb reads an ESRI-SDE Feature-Dataset-->Feature-Class --> table. I want to write this table as a gdb. (ESRI-SDE-Reader and GDB-Writer) But the gdb has the same structure like the source:

GDB-Name--> Feature Class -->table. Is their any Chance to write the gdb with following structure:

GDB-name--> table?

Thanks for help

Barbara

2 replies

david_r
Celebrity
  • January 26, 2017

If you want do skip the feature dataset in your source geodatabase, you need to get rid of the format attribute "geodb_feature_dataset" that is automatically supplied by the reader.

One simple way of doing it is to just set "geodb_feature_dataset" to a blank value using e.g. an AttributeCreator just before the writer.

Alternatively you can expose it on the reader and then use an AttributeRemover.


erik_jan
Contributor
Forum|alt.badge.img+18
  • Contributor
  • January 26, 2017

I agree with @david_r.

Another way of doing this is using the BulkAttributeRemover with the mask geodb*. This will remove all format attributes from the source and will avoid the default settings from the Reader dataset.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings