How to Build a Generic Loop

Опубликовано: 01 Ноябрь 2024
на канале: KNIMETV
15,895
52

When repeating the same task until a certain result is reached, for example, when handling data one month at a time, the number of iterations is not always known beforehand. Such a task can be put inside a generic loop that starts with Generic Loop Start node, and ends with the Variable Loop End node - KNIME’s equivalent to the while-cycle in most programming languages.