Loop on List of Values
This workflow loops on a list of unique values, in this case on a list of countries.
The goal of the workflow is to identify the countries included in the file sales.csv and calculate some statistics on sold products for each one of these countries.
First we read the data and we isolate the list of unique countries using a GroupBy node with group column "country" and no aggregation parameters.
Then we pass the list of countries to a Table Row to Variable Loop Start node. This node takes the country one at a time and passes it to the loop body.
In the loop body the data about the current country are isolated and statistics on sold products is calculated.
Finally stats numbers are collected in the Loop End (2 ports) node.
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.