I am trying to create a small project to learn Knime.
I have a file (actually multiple files) with a column for departments and other columns.
My goal is to split this file into many smaller files sorted by department, in JSON or CSV format, saved in directories named after each department number.
I made a simple workflow for this.
2 problems, loop don’t work, and I don’t know how to name folder and file in the same time. I try this (I follow this example https://hub.knime.com/s/anrDBtBILq9bbMzy)
thank a lot


