Reading multiple CSV and then evaluate with python

Hello,

I have 12 Excel files, which I first read into Knime with a CSV reader.

The file contains the order number (NUM), article (NUM), quantity (NUM), cost per article (0.00€), order time (date and time), address (street, no., postal code and city).

Now I want to sort out and analyze faulty lines with Python, but I don’t know how to access this read csv file in my python code.

@Complicated welcome to the KNIME forum. Here you can see how to get information into a Python node and back to KNIME. Data as well as Flow Variables.

The Python Script Space on the KNIME Hub has some basci examples:

Also I would recommend to read the:

https://docs.knime.com/latest/python_installation_guide/#_introduction

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.