question

NghiaNguyen09 avatar image
0 Votes"
NghiaNguyen09 asked NghiaNguyen09 commented

How to download Salesforce object's attachments to Azure Blob

I want to use Azure Data Factory to download Salesforce object's attachments to Azure Blob Storage.

How do I do this?

Thanks

azure-data-factory
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MartinJaffer-MSFT avatar image
0 Votes"
MartinJaffer-MSFT answered NghiaNguyen09 commented

Hello @NghiaNguyen09 and welcome to Microsoft Q&A.
Currently, the Salesforce connector only fetches data, not attachments.
If Salesforce has an API for fetching the attachments, then your best bet is to try copying them via HTTP connector, because HTTP connector can do types other than JSON.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks @MartinJaffer-MSFT. I will try HTTP connector as your suggestion.

1 Vote 1 ·