Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

check file timestamp

Hi,
I want to check file timestamp using tFileProperties.
tFileProperties--->if (file timestamp is Today ) ---> next action
How do I setting in if setting?
Thanks.

Miki
                                 
Labels (2)
1 Reply
Anonymous
Not applicable
Author

You have to do it using tMap, tFileProperty has a date in long format 

Convert long data type to date using TalendDate routine. 
Use this date in expression for comparison 
Then output required columns to, output flow.