This directory contains 8 workflows.
This workflow demonstrates the usage of the "Chunk Loop Start" node.
In this challenge, you will do a little bit of logic building and produce the star triangle below. The output will be such that each row in the pattern […]
<h1>Table Row to Variable Loop: Read Excel Files in Folder</h1><p>We can use this node to iterate through files in a directory, read them and append them […]
The workflow iterates over all numeric columns and negates the values in the column. The loop takes one column at a time, renames the column name to […]
A company buys their material from different manufacturers and stores all relevant information in one excel file. In this challenge your goal is to change […]
This workflow shows how to append additional sheets to an existing spreadsheet with a loop using KNIME Analytics Platform. The aim is to create new tables […]
This workflow implements a loop cycle on condition, that is a loop that stops when a given condition is met. It is a game. I think of a number and write it […]
This loop implements the same task as the workflow named "Counting Loop 1". However, in Counting Loop 1 we were adding the iteration number to the x value, […]