Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I am trying do one job to delete the zip files older thank 15 days.
I am used the job as in attached for it but the process is cleaning all files and the condition in Tmap component is not working.
The expression that I am using is: ((TalendDate.getCurrentDate()).getTime() - (Long)row1.mtime) > (15 * 24 * 3600000)
I don´t where is the error in Tmap and if you can help me thank you.
Hi, you have to set your condition in the tMap output filter expression and not in the field of the output.
Send me love and kudos
hello, please could you send me one print or where I change the expression please?