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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

add sysdate to FileName

I want to know how, date can be added to file name. Please suggest how to do the same through context

Labels (3)
2 Replies
David_Beaty
Specialist
Specialist

Hi,

 

You should use the TalendDate.getCurrentDate() and TalendDate.formatDate() functions to get a date and format the bits you want.

 

The use the tFileCopy with the rename option ticked.

 

Thanks