Convert Doubles (Decimals) to Binary

This workflow takes as input a column (type=Double) as an input. In the output the input column is enriched with the binary representation of the double.
To find the binary representation, the workflow makes use of the KNIME Recursive Loop. It loops every input value to a maximum of 25 iterations.
It works for positive and negative doubles, with or without a decimal.
One input column:
column name => input_data
column format => double

Input Ports

Icon
Table: with one column of type double

Output Ports

Icon
Table: the input and the binary representation

Nodes

Extensions

Links