laptop and a wrench

Error

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.

Última publicación: April 13, 2018 ArcGIS Online
Número de ID del error BUG-000098356
EnviadoAugust 5, 2016
Última modificaciónSeptember 22, 2022
Relacionado conArcGIS Online
Versión encontrada4.2
Plataforma del servidorWindows OS
Version Fixed5.4
EstadoFixed

Solución alternativa

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.

Pasos para reproducir

ID del error: BUG-000098356

Software:

  • ArcGIS Online

Obtener ayuda de expertos en ArcGIS

Contactar con soporte técnico

Descargar la aplicación de soporte de Esri

Ir a las opciones de descarga

Descubrir más sobre este tema