Skip to main content
Solved

I have different gdbs at different level in a folder. In each gdb there I have the same dataset. I want to merge the similar datasets from the gdbs.

  • July 4, 2023
  • 1 reply
  • 10 views

I have different gdbs at different level in a folder.

In each gdb there is the same dataset. I want to merge (usually with a junction) the similar datasets from the gdbs (all dataset has the same structure).

But I not sure of what reader should I use:

I use a reader with feature Type Name as "any schema".

And Reader "PATH\\**\\*.gdb"

 

Then I put a FeatureReader , but I cannot get attributes from all the dataset.

 

Any Help will be appreciate.

 

Best answer by hkingsbury

I find the easiest way to setup FeatureReaders in cases like this is to first set the reader up to work with just a single GDB ie c:\\temp\\test1.gdb. Set it up to read in your required feature classes etc.

 

Then, once that is all working as expected, all you need to do is change the path of the GDB to c:\\temp\\*.gdb.

It may ask you to specify a GDB to generate the output ports, in which case, just use test1.gdb

View original
Did this help you find an answer to your question?

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+54
  • Celebrity
  • Best Answer
  • July 4, 2023

I find the easiest way to setup FeatureReaders in cases like this is to first set the reader up to work with just a single GDB ie c:\\temp\\test1.gdb. Set it up to read in your required feature classes etc.

 

Then, once that is all working as expected, all you need to do is change the path of the GDB to c:\\temp\\*.gdb.

It may ask you to specify a GDB to generate the output ports, in which case, just use test1.gdb


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