You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello,
I try to send a message with the file properties - in the message not in attachment.
I can to do this operation with attachment but not in the message.
Somebody can help me
Bye
(sorry for my english)
A New Talend user
Offline
Hello
A simple job looks like:
tFileProperties--row1-->tFlowToIterate--iterate-->tSendMail
on tSendMail, get the properties value using global var like this: (String)globalMap.get("row1.basename")
Best regards
shong
Offline
Super... Thank you
If I want make a message like :
(String)globalMap.get("row1.basename") (String)globalMap.get("row1.mtime_string")
I need use a separator between strings, but what is the separator AND &&....
Offline
Pages: 1