with the following loop i read several excel files from one folder and append them to one big table in knime.
Currently in the folder there are about 55 files (each with 90k rows). Each month i add one more file to the folder. The other files are not changing. It takes a lot of time until the loop is finished. My question is, is it possible that the loop only adds the data from the new file in the folder to the existing table? So that the loop does not have to run through everything again?
Welcome to KNIME Forum. My suggestion:
You have a folder with excels e.g. C:\Data\tmp\tmp_excel and a subfolder done
With the EXCEL reader you can read in all (3) xlxs files in one go.
After you read in the files you can move them to done with the File Transfer node.
Your folder only contains the result file
When a new excel file arrives in the folder you can execute the flow again.