I have CSV and Excel files that constantly being updated externally. They are directly being processed through Knime manually and exported back as a CSV file. Is it possible to create a way to “read” and “write”, basically execute the entire workflow automatically at least once a day?
I tried looping with variables and I can’t figure it out.
KAP workflows can be automated by writing a batch file and then executing the .bat file through Windows Task Scheduler. I’m not familiar with Apple or Linux batch files although I assume they have something similar to Windows and a similar scheduler. The KNIME server version has built in scheduling.