Question

I need a way to create a file geodatabase from a template so that every time an fme server process is ran the new file gdb can be created and written to and then deleted after the process is ran. I'm writing to utility network portal writer from an s

  • 19 November 2021
  • 1 reply
  • 10 views

Badge

The file gdb is a handy conversion template that avoids a lot of painful domain reformatting.


1 reply

Badge +10

Hi @kroten359​ i think you could create a standard template of the file geodatabase you'd like to use, use system caller to copy the template to the location you need it, then use system caller to delete it afterwards. Your template will be untouched and ready for next time you need to take a copy of it.

Reply