Does anyone know if it is possible to add a null value to a row in KNIME?
I am trying to use the Rule Engine to remove some values, and substitute them with a NULL.
Regards
There is no syntax (as of KNIME 3.4.0) for declaring missing values from Rule Engine nodes. There are workarounds though:
If no rule matches, the outcome is a missing value.
... => $missingIntCol$
With the Rule Engine (Dictionary)
node the outcome column cannot contain missing values.)