Skip to main content

I have a model that has to select rows(points) out of a large collection of large csv files. To encrease performance I want to go throught them one by one. What is the best way to do this?

You can select multiple files to read at one time in the dropdown of the reader/parameter.image


Thanks for your replay! this does work. But I have found that workspacerunner also works to go through them one by one

 


Thanks for your replay! this does work. But I have found that workspacerunner also works to go through them one by one

 

WorkspaceRunner does use a little more overhead, as it is opening a separate process for each input. But as long as it's working for you. That's the beauty of FME...multiple ways to arrive at the destination.👍


Reply