Hi,
Is there a way i can use CloudWorks to export data without using the connector? I cannot select the Target folder where i want to save the extracted file.
Thanks in advance for helping.
Regards,
Tom
@tompatrick.ting Cloudworks is not the tool to be used to export automatically data from Anaplan on a shared local folder.
The reason is that the export action is triggered on Anaplan Cloud servers and Anaplan does not have access on your local shared folders.
You need to use some ETL tools that support REST API calls or Anaplan Connect or you can write custom REST API scripts to trigger export actions and download files on local folders.
Hope it helps
Alex.
@tompatrick.ting Not sure what would you like to achieve.
Anaplan needs to know where is the target to place the export files and this is why it is needed a connection to AWS or Azure.
Currently, for import from file/export actions, the source/target can be placed only from/into AWS or Azure.
Alex
Hi @alexpavel - is there an option that i can skip the AWS or Azure? I want to automate the data extraction and be able to save the csv file to a sharedfolder.
Thanks,
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…