Question

Is there abilities to iterate through multiple datasets in a folder?

  • 9 August 2018
  • 1 reply
  • 14 views

Is there abilities to itierate through mutliple datasets in a folder? EG; I want to convert the format of multiple grid datasets so want to be able to build a simple FME process that runs for the first dataset, then runs for the seond, then third, etc.

I don't want to have to duplicate the simple FME process for each dataset I want converted.


1 reply

Userlevel 4
Badge +13

Hi @aaronj. It is possible to read multiple datasets within a folder using FME.

I would suggest reviewing the following how-to articles, to see whether this approach would work for you:

 

https://knowledge.safe.com/articles/1157/dynamic-workflow-tutorial-destination-schema-as-a.html

https://knowledge.safe.com/articles/20203/how-to-read-all-feature-classes-from-multiple-esri.html

Reply