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
- Type: TableInput_dataTable: with one column of type double