How to integrate Azure blob and Anaplan For transferring files
Is there way to connect azure blob and Anaplan to upload/import data
can it done by rest api call or can i use custom script to call Anaplan connect import hub from azure??
0
Answers
-
Hello, I think you can connect Azure Blob Storage and Anaplan using REST API calls:
Step 1: Upload data to Azure Blob Storage: Use Azure SDKs or REST APIs to upload your data files to Blob Storage.
Step 2: Use Anaplan’s REST API:
Use the Anaplan API to create a data import process. This involves authenticating with Anaplan, creating a file upload request, and then triggering the import action.
You’ll need to make multiple API calls: one to upload the file from Azure Blob to Anaplan and another to start the import.0