Hi everyone!

After an upgrade from 1.1 to 1.9 I'm exploring the new record-based NiFi
paradigm.
What I need now is (in SQL) something like select case when column =
'value' then 'some text' end new_column from flowfile
It doesn't work as expected in QueryRecord (and it gets even worse if I use
non-latin symbols in the query).
And I didn't find anything to this effect in UpdateRecord syntax.

Is it possible to implement without reading record attributes to ff
attributes?

Reply via email to