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

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