You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Valentina Ivanova <va...@ri.se> on 2020/06/13 12:06:50 UTC

PutCassandraQL - Inserting UNSET values

Hi everyone!

I am using the PutCassandraQL processor to insert data into a Cassandra database version 3.11.5, native protocol v4.
My data contains null values and as far as I understand it is preferred to insert UNSET instead of null values in order to not introduce tombstones.

How can I achieve that with using PutCassandraQL? Or shall I use another processor?

Many thanks for the help & all the best

Valentina