laptop and a wrench

Bug

When exporting data to a CSV file using the Attribute Table widget in Web AppBuilder for ArcGIS, if any records in the table contain an empty geometry, the OK button cannot be clicked in the 'Export to CSV' dialog box.

Last Published: April 13, 2018 ArcGIS Online
Bug ID Number BUG-000098356
SubmittedAugust 5, 2016
Last ModifiedSeptember 22, 2022
Applies toArcGIS Online
Version found4.2
Operating SystemWindows OS
Version Fixed5.4
StatusFixed

Workaround

Make the service editable, and update the features through REST to give valid geometry to the features. For more information, refer to http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Update_Features/02r3000000zt000000/. This requires knowing the object IDs of the features with empty geometry, and either knowing the X and Y coordinates of where the feature should be located or assigning a dummy value. 1. Through REST, go to the Update Features operation (for example: http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0/updateFeatures). 2. In the text box, use the following syntax: [ { "attributes" : { "objectid": 1 }, "geometry" : { "x" : -100.5, "y" : 40.5 } } ] 3. Repeat Steps 1 and 2 for all the affected records.

Steps to Reproduce

Bug ID: BUG-000098356

Software:

  • ArcGIS Online

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic