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

[resolved] transformations

hi everybody,
i want to filter only those record which was stored yesteday can someone please tell me How can i fetch that records using Created date field?
thank you,
Regards ,
Sam
0683p000009MCXJ.png
Labels (2)
12 Replies
Anonymous
Not applicable
Author

I haven't worked on the scenario, but I can tell you how it is possible.
Get the data from salesforce using SFInput component. Use tMap to extract only emailIDs from input data and write it to file.
Use that file as input and use iterate concept and connect it to tSendMail component to send mail to each mailID.
Hope this is what you are looking for.
Thanks
Vaibhav
Anonymous
Not applicable
Author

hi vaibhav,
when we import any csv file on salesforce that time salesforce imediatly send mail on our mail id. so, My question is that,
can we also perform this operation using talend and how?
Is there any special tool given for these operation? please reply me with every discription with screen shots.
Thanks,
Sam
Anonymous
Not applicable
Author

Hi,
Talend has tSendMail component which can send mail based on particular activity. Please refer to following documentation and scenario example which sends mail on error.
https://help.talend.com/search/all?query=tSendMail%25C2%25A0
Thanks
Vaibhav