I am using a tMap component. I have a date field with default pattern as "dd-MM-yyyy". I just need to insert a Blank Value. i tried '01-01-1900',"",TalendDate.getCurrentDate() : However they gave errors.
Is there a way to could only insert 01-01-1900 or a Null Value with datatype as DATE ?
Try TalendDate.parseDate() function...