Load only new files

Hi EasyMorph

Is there a way, for example when loading and appending various sub-projects in an iterative loop, to only load files which have not yet been loaded in previous runs?

If this is possible, can you point out the general way this is done?

I have not yet done this in another tool, but now I am trying to be more efficient.

Regards

Hi Robert,

There is no out of the box way to achieve this.But since you already working with iterations, I think that it will be relatively simple to store names of the exported files in a CSV file and then filter you actual files list against that stored list with “Keep mismatching rows” transformation.