Error while getting the xlsx or csv file from Anaplan platform using REST Get Snap
Team,
I can connect to Anaplan api using REST Get and Post Snap to export the file.
Finally after the export when I am trying to download the csv / xlsx file I am getting the parsing error.
Kin...
If the data you’re receiving in the response isn’t JSON, then you don’t want to have “DEFAULT” selected as the response type on the REST snap. You probably want to select “BINARY” (if XLSX) and then treat your data as such in the downstream snaps.