Skip to main content
Question

I need to split any ESRI FGDB file into a geometry and ID pair as well as CSV with the tabular data. Input fields needs to be dynamic. Can this be done?

  • December 6, 2022
  • 2 replies
  • 19 views

I currently have multiple processes set up where predefined FGDBs can be loaded into Oracle using FME (server). I need to extend this so I can load ANY FGDB and I am struggling to find a way to do this dynamically. Ideally I would split out a uniqueID and Geom to load direct into Oracle and split out the tabular data into a CSV as I have a dynamic process set up for non-spatial data already. This way I can easily join the spatial and non-spatial programmatically in Oracle. Thanks

2 replies

Forum|alt.badge.img+2
  • December 6, 2022

@fyford​ Have a look at the tutorial on dynamic reading in FME


  • Author
  • December 7, 2022

Thanks Mark, looks like that could work!