Automation of KNIME workflows

If your workflow points to the same file and it doesn’t change on each execution obviously you’ll get the same output. You can try copying your new file to a folder by itself and then read it like this. After its read you can delete it so the folder is fresh for the next execution.


Here’s another approach which should work if you have dates in the file.

3 Likes