Skip to main content

Hi All,

What the best way of reading multiple ArcPro GDBs saved within multiple subfolders? I have looked into the Creator + FeatureReader transformers but can’t get it to work, folder structure as follows:

 

 

I would like to read the multiple GDBs form the DATA level and force FME to go through the subfolders. 

What I do is:

  • Creator
  • FeatureReader
    • Format = Directory and File Pathnames
    • Path Filter = *.gdb
    • Recurse Into Subfolders = Yes
  • FeatureReader
    • Format = Esri Geodatabase (File Geodb)
    • Dataset = path_windows

Thanks @nielsgerrits - it did the trick,

I’m posting the workflow below for completeness:

 


Reply