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.