Hello, is there a fast way for create a column with NULL values?
Or atleast after creating a column with constant values, replace it with NULL values.
The expected output table should be like ?
Thanks in advance.
Hello, is there a fast way for create a column with NULL values?
Or atleast after creating a column with constant values, replace it with NULL values.
The expected output table should be like ?
Thanks in advance.
Hi!
Rule Engine node without any rule will create missing values in new column or old if you replace it
Br,
Ivan
Hi!
These are examples from the Rule engine node:
// enter ordered set of rules, e.g.:
// $double column name$ > 5.0 => "large"
// $string column name$ LIKE "*blue*" => "small and blue"
// TRUE => "default outcome"
But you do not need any rule. Simply connect it and check Append Column if you want new column. Give it name and new column with missing values will be created
Br,
Ivan
Thank you very much!
It works
~g
You are welcome.
Also I just seen that in Column Expression node there is function missingValue() that will do exactly the same
Ivan
That is brilliant!!! Never thought about this!
Hi Iris!
Tnx.
I realized this when I forgot to cover every possibility. Then got missing values and was angry with node
Br,
Ivan
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.