Icon

Public

This directory contains 18 workflows.

Icon06. Flow Variables_​Extra Questions and Answers 

Solution to the exercise 7 for KNIME User Training - Filtering rows by an attribute value - Filtering rows by an attribute value that fulfils a condition […]

IconChange structure of an excel file 

From this forum conversation: https://forum.knime.com/t/splitting-multiple-rows-by-column-value-to-append-according-to-year-and-month/44655/2

IconColoring Bar Charts with only 2 columns of data 

How to color 1 or more bars in a bar chart with only 2 columns.

IconComplex Regex Split 

In real life the data we get is not always uniform. Some rows may contain x, y, z, while others only contain x and y or some other combination. In Regex, we […]

IconContext_​Capturing_​with_​Regex 

Capture the context of a target word. A context is defined as characters before or after the target word. The regex used is : .{10}\sin\s.{10} The regex […]

Icongoogle sheets meets REST 

Solution: Sending a GET Request This workflow retrieves product information via a GET request TAGS: education