Skip to content
ksnabb edited this page Oct 4, 2011 · 1 revision

Post

Format json to csv.

/geojson_to_csv/
  
POST - Formats geojson featurecollection to csv and returns the csv
http-payload: geojson featurecollection

returns: 200 OK with the csv with the same data as in the featurecollection

/json_to_csv/

POST - Formats any array of json objects to csv and returns the csv
http-payload: array of json objects

returns: 200 OK with the csv with the same data as in the array of jsons

Clone this wiki locally