Hi,
I need some help with a specific fanout scenario. I already found some articles on the topic but unfortunately I cannot create the desired results. Here is what I want to to:
I have multiple input File GDBs, all with the same schema. In each GDB I want to manipulate one specific feature class and then write everything to new GDBs that have the same folder names and schemas as the inputs.
I know how to fetch multiple GDBs using a wildcard and I am also able to keep the input (feature class) schema using a dynamic writer but I don't know how to fan out the Folders. How do I fetch the input folder names (e.g. Folder1.gdb, Folder2.gdb) and use them for the fanout? Thank you for your help!