Is there a “load from Outlook attachment” pipeline for Azure Data Factory?

|▌冷眼眸甩不掉的悲伤 提交于 2021-01-29 14:44:05

问题


Looking for information on how to load data received over email (attached as .xslx or .csv), and load them into data storage with Azure Data Factory.

I've been unable to search for a solution --- all I can find with keywords "Data Factory" and "email" will direct me to questions like "how to set up email notifications for data factory."

Any pointers on which pipeline module to use or any related articles are greatly appreciated.

Thanks!


回答1:


Actually,ADF copy activity supports office 365 connector.

You could follow above link to create linkedService and DateSet.

When you create Linkedservice,you need to grant Mail Read permission to sp id and secret.

In dataset,you could define below properties in the structure json.

Then you could set blob storage as sink dataset of copy activity which i think you already know.



来源:https://stackoverflow.com/questions/60536173/is-there-a-load-from-outlook-attachment-pipeline-for-azure-data-factory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!