How to conditionally extract files from a specific folder and put them in another folder?

Hello, KNIME support team.

I’m configuring WF and would like to find an efficient way to organize them.

I have about 100000 jpg files in a folder named A.

I want to extract only the 1000 jpg files I want from here and load them into a new folder B. Please let me know if there is any other way to do this besides reading and loading them one by one through a loop.

Your reply will be much appreciated.

@JaeHwanChoi you should be able to list and transfer the files you want without loading them.

2 Likes