最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

etl - Extracting data from Outlook using talend - Stack Overflow

programmeradmin1浏览0评论

I have a job in talend that dowloads some files from an FTP server. The problem is that the password changes every other week and I get the new password by email.

Is there any way to build a job that will scan my mail in Outlook for the new password, and save it in context to use it in my FTP download job?

I have a job in talend that dowloads some files from an FTP server. The problem is that the password changes every other week and I get the new password by email.

Is there any way to build a job that will scan my mail in Outlook for the new password, and save it in context to use it in my FTP download job?

Share Improve this question edited Feb 23 at 2:20 ZCGCoder 5302 gold badges10 silver badges29 bronze badges asked Feb 4 at 20:55 Dima TrachtmanDima Trachtman 1
Add a comment  | 

1 Answer 1

Reset to default 0

Hi yes it's possible there is component that allows you to retreive emails and write the content into files. it's the tPop component, it's configuration should look like this :

The port is usually 110 or 995 (if it works over SSL/TLS)

And in the advanced setting you can filter the mail you want to retreive for example :

This configuration would allow you to retreive mails with the subject "PASSWORD_FTP" from the sender "[email protected]"

发布评论

评论列表(0)

  1. 暂无评论