Question

how to read gdb files from path

  • 29 October 2018
  • 1 reply
  • 2 views

I have 55 .gdb files in a single path and each .gdb file has 5 to 6 files. I have to read each file from each .gdb.file can you please suggest me solution?


1 reply

Badge +5

Have you tried using *.gdb in the Dataset path, e.g. C:\\Temp\\sourcedata\\*.gdb? What kind of files do you mean you have inside each .gdb file? Do you actually mean gdb tables?

If you mean gdb tables, FME automatically reads every table, but you can also select the tables to read from Parameters > Table List.

Reply