Create or replace column with NULL values

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 :slight_smile:

Br,
Ivan

5 Likes