laptop and a wrench

Erro

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 Publicação: April 13, 2018 ArcGIS Online
Número de ID do Erro BUG-000098356
EnviadoAugust 5, 2016
Última ModificaçãoSeptember 22, 2022
Aplica-se àArcGIS Online
Versão encontrada4.2
Plataforma do servidorWindows OS
Version Fixed5.4
StatusFixed

Solução Provisória

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.

Etapas para Reproduzir

ID do Erro: BUG-000098356

Software:

  • ArcGIS Online

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com suporte técnico

Baixe o Esri Support App

Ir para opções de download

Descubra mais sobre este tema