问题
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