Skip to main content

Is there a simpler way to create NULL record attributes of a specific type?

 

We are currently doing it that way for TIMESTAMP:

 

 

@drozdse1 , can you please suggest what would be simpler than this, in your opinion?


@drozdse1 

We can set the null value using script processor as well

record.valuee'/timestamp'] = null;


Reply