Advanced Cell Replace

Hello,

I’m looking for something similar to the cell replacer node.
I want to replace the values in column A if column B equals to “x” and column C equals to “Z”.
How do I do this efficiently if I have 30 of such rules.

Thank you!
(I love Knime!)

1 Like

Ok. I think I found the answer. Just by using the Rule Engine node.
$B$ = “x” AND $C$ = “Z” => value_w

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.