I am using the tMap component. I have a date field with the default template as "dd-MM-yyyy". I just need to insert an empty value. I tried '01 -01-1900 ', "", TalendDate.getCurrentDate (): However, they gave errors.
Is there a way to insert only 01-01-1900 or Null Value with a data type like DATE?
source
share