You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hello
I want to send mail that includes attachemnt in *.zip
This file in generated with TalendDate.getDate("CCYY-MM-DD") so it is different every day.
Now when i insert "------/*.zip" for attachement it returns no file found.
It is the only zip file in that directory
Any suggestions??!?!
thank you
Offline
Hello
You must specify the exact file name, as workaround, you can use the tFileList to iterate the folder and set the current file path in the attachment table. For example:
tFileList_1--iterate---tSendEmail
in the attachment table, set the file path as:((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))
Best regards
Shong
Online
Pages: 1