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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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.