How to export an item properly using REST api

758
0
06-24-2020 11:28 PM
HendrikNommik1
New Contributor

Hello all. In order to meet the requirement. I would like to load data points from our back end server and export those data points as an item (exported as a csv file) to a layer created on our Arcgis dashboard.

I have follow the documentation here Export Item—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers,

The given example works and a csv file does get exported to the layer that I created. However, when I download the csv file from the layer, I found it is empty, which make sense since the given demo did not do much on exporting layers.

Screenshot of postman

Screenshot of the downloaded csv file

Then here comes the problem, how could I configure the exportParameters so that the exported csv file would be fed with desired values?

desire csv file, uploaded by my colleague using python

Any idea would be appreciated.

Thanks

0 Kudos
0 Replies