I am a newbie to PDI. I am quering a database and grabbing data that has a following timestamp format:
TIMERECORDED
1335429814
I want to be able to take the value above and then add 5 minutes. I will query the DB every 5 minutes and take 5 minute samples of data.
What is the best method to handle coverting the date in a step? Calculator?
Thanks in advance.


Reply With Quote
