Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
TalendDate.isDate("2008-99-02 15:21:22", "yyyy-MM-dd HH:mm:ss")
where the TARGET_START_DT is defined as a Date type.
Whats the best way to convert a date defined field ot a string so that I can use te isdate check?
Also what version of talend was the isdate check valid in?
Where do I insert the code? Do I just click 'Advance Mode' in the tFilterRow and type in the code you illustrated above?