Handling Many Input Channels in Python Script Node

@ekadagami question is if the files all have the same structure. If yes you could put them in a folder as parquet files and address them as one file in Python.

In general parquet or SQLite could be formats to communicate between KNIME and Python. SQLite could store several tables and the tables can be accessed within Python / KNIME nodes. Question is if the code to handle them would be based on the structure of the table.

1 Like