Create Byte Vector
Concatenates the values from the selected int columns to a new Byte Vector column.
Dialog Options
Options
- Input/Include
- The input columns to use. (They are used in the order visible in the configuration, which is the order they appear in the input table.)
- Remove input columns
- When checked, the input columns will be filtered out from the output.
- Fail on missing values
- When checked, the execution will fail when there is a missing value in the input columns; otherwise, those cells will be replaced with 0.
- Fail on values outside [0,255]
- When checked, the execution will fail when there is a value in the input columns, which is less than 0, or greater than 255; otherwise, those cells will be replaced with 0.
- Output column
- The name of the output column.
Ports
Input Ports
0 |
Table with int columns. |
Output Ports
0 |
Table with Byte Vector column. |
This node is contained in KNIME Base Nodes
provided by KNIME GmbH, Konstanz, Germany.