-
Re: Anaplan restful api uploads with zip files
@tomz First of all Excellent question ! You need * compress using gzip format * change your header to Content-Type:application/x-gzip Hope this helps1 -
Re: Anaplan restful api uploads with zip files
your URL looks like you are uploading file as single chunk ? I cannot see the entire URL but i can make out with 80% accuracy as you have file/some file ID If this is TRUE then you cannot compress th…1 -
Re: Anaplan Connect Batch File - Windows Task Scheduler
Its Either OR based on my response I mean ( i provided 2 options ) you don't need start in location if you are specifying full path (this was option 1) If you are specifying start in position then yo…1 -
Re: Data Integration - cheat sheet / decision tree
Hi @szechovsky From my experience Anaplan data integrations is categorised into four main categories Manual :- This is where users will upload / download data into and from Anaplan manually via a das…1 -
Re: Download A File Using API V1.3 - Do I Always Need to Delete File First?
@JaredDolich Below are the steps i follow * Create the export manually and run the action in Anaplan. (Use Postman or Python to get the fileID) * From the API, Run the Export Action * Get the Task ID…1