Icon

Node Bites

This directory contains 30 workflows.

IconRow Splitter 

The Row Splitter node is almost identical to the Row Filter node. The only difference between these two nodes is that the Row Splitter provides two output […]

IconRow to Column Header 

A very common issue when working with CSV and Excel files is the first row of data or the header row not being at the very top of the table. Often, tables […]

IconRule-based Row Filter 

Like its cousin, the standard Row Filter, the Rule-based Row Filter is used to dynamically remove records from a table. However, unlike the Row Filter, the […]

IconShuffle 

The Shuffle node shuffles the records in the input table randomly. By default, the random seed option is turned off. This means that every time the node […]

IconSorter 

Some analytic processes require data to be sorted in some particular order. The Sorter node takes the rows of an input table and sorts them in ascending or […]

IconString Manipulation 

The String Manipulation node is used to create new or updating existing string fields. It works row-by-row; this means you can reference values in a given […]

IconTable Manipulator 

The Table Manipulator is one of the most versatile nodes in KNIME. Its functionality is similar to the Column Filter, Column Resorter, Colume Rename, […]

IconTop k Selector 

The Top k Selector is like a combination of the Row Sampling and Sorter nodes. The user gives a specified number of rows to sample from the top of the […]

IconTranspose 

Unlike many other nodes which have configuration menus with many settings to understand, the Transpose node is very simple. The Transpose node performs […]

IconUnpivoting 

Restructuring the shape of a data table is an important part of many KNIME workflows. The Unpivoting node allows us to convert a "short and wide" table into […]