Hi,
Reexecuting the node when a file changes would go against KNIME’s paradigm of workflow execution, where once a node is green, it provides static results and does not change again. If you want something like that, you’d need to wrap the node in a loop that checks the file’s last modification time periodically (you can slow it down with a Wait… node) and then runs the Line Reader if the file has changed.
Kind regards,
Alexander
IMO, KNIME should have such an “Executing when something changed” node. It shouldn’t execute automatically, but when I press “Execute,” it should re-evaluate the file content and the downstream nodes.
Hi,
Manually, that is possible. You first need to reset the node and then you can re-execute it, and it will read the new file content.
Kind regards,
Alexander