Hi Friends,
What is json and why is it used in Anaplan?
Also what is Apiary?
@Sravan_Kumar
All great questions Sravan!
JSON stands for "Java Script Object Notation", its a special notation that allows you to pair the key and value together, thus avoiding the issues with flat tables. Example: {name: "Sravan", age: 28, city: "New York City"}; JSON also allows you to send data that's hierarchical. JSON is only used with the Anaplan API when it sends messages about the API call you make. Like whether the action was successful or not. For transaction data, Anaplan sends transaction data as a CSV format (flat).
An Apiary is where bees are kept, but sometimes, in IT, the term Apiary is used to describe the API library, or the dictionary of all the APIs you can call. So in this case the Anaplan Apiary for version 1.3 would contain all the RESTful APIs and how to use them. You can find the 1.3 Apiary here.
Keep the questions coming!
@JaredDolich "Where bees are kept but sometimes in IT 🙂 " ROFL
@Misbah
If figured that might be worth one or two Kudos! Thank you sir!
Thanks @JaredDolich.
Your explanation are so simple yet full detailed.
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…