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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Aimer
Contributor II
Contributor II

Talend Open Studio for ESB-Export excel filename

i used tfileoutputexcel to export file,and,i want use sysdate as filename,how to do it?

我是使用了导出Excel的控件,导出时我想使用当前系统时间作为文件名保存,应该如何操作?

Labels (3)
1 Reply
Anonymous
Not applicable

Hello,

If you want to use the system routine getDate("MMddyyyy") to return the date string.

The solution would be like:

"FileName"+TalendDate.getDate("MMddyyyy")+".xlsx"

Feel free to let us know if it helps.

Best regards

Sabrina