You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi Jugal
I think it works fine.
My input string is "2012-04-13T14:17:22".
The expression in tMap is TalendDate.isDate(row1.newColumn,"yyyy-MM-dd'T'HH:mm:ss").
And the result is true.
Or I misunderstand what you mean.
Regards,
Pedro
Offline
yeah thts correct,
but i want the rejected records to be deleted,
so wat i did is in the main output i keep the filter TalendDate.isDate(row1.newColumn,"yyyy-MM-dd'T'HH:mm:ss")
for the 2nd out in the tmap i select "Catch output reject"
& tht out frm the tmap is directed to delete rows db2 output
but somehow allows all the rows valid
Offline

Hi
'Catch output reject' will work when there is join in tMap.
Why don't you use the filter expression as below in out2?
TalendDate.isDate(row1.newColumn,"yyyy-MM-dd'T'HH:mm:ss")==false
Regards,
Pedro
Offline
Pages: 1