Available in...
Open Studio for Big Data
Open Studio for Data Integration
Open Studio for ESB
It is easy to use the isDate
routine, along with a
tJava component to check if a date expression is in the format
specified:
System.out.println(TalendDate.isDate("2010-02-09 00:00:00",
"yyyy-MM-dd HH:mm:ss"));
A boolean is returned in the Run view: