Python scripting for uploading to database

Hello,

I wrote a small python script to upload a CSV file to a PostgreSQL database.

(I had a lot of issues with the data structures for dates between Knime and the database.)

How can I implement this python script in my workflow?

thank you

Hi,

Integrating Python scripts in KNIME is pretty straightforward. Please have a look at this blog post for how to set up the KNIME Python extension: https://www.knime.com/blog/setting-up-the-knime-python-extension-revisited-for-python-30-and-20

Cheers,

Roland