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?

  • 6 December 2022
  • 2 replies
  • 0 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

Badge +2

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

Thanks Mark, looks like that could work!

Reply