Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to know how, date can be added to file name. Please suggest how to do the same through context
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