laptop and a wrench

Bogue

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.

Dernière publication: April 13, 2018 ArcGIS Online
Numéro d’ID de bogue BUG-000098356
EnvoiAugust 5, 2016
Dernière modificationSeptember 22, 2022
S’applique àArcGIS Online
Version trouvée4.2
Plateforme serveurWindows OS
Version Fixed5.4
StatutFixed

Solution de contournement

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.

Étapes pour reproduire

ID de bogue: BUG-000098356

Logiciel:

  • ArcGIS Online

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement

En savoir plus sur ce sujet