Question

Create an empty (NULL) field of type timestamp

  • 22 May 2024
  • 2 replies
  • 19 views

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

 

We are currently doing it that way for TIMESTAMP:

 

 


2 replies

Userlevel 2
Badge

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

Userlevel 5
Badge +1

@drozdse1 

We can set the null value using script processor as well

record.value['/timestamp'] = null;

Reply