How can I import the data from a csv file and update a data base connected to KNIME
I need update a database connected to KNIME, using data from a CSV file containing 8k records, with 3 columns and update each row one by one after a .bat file is triggered to a table in SQL Server.
Also Can I pass the values (row values) in a loop, like an iteration after a .bat file is triggered