laptop and a wrench

不具合

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.

最後に公開された状態: April 13, 2018 ArcGIS Online
不具合 ID 番号 BUG-000098356
送信されましたAugust 5, 2016
最終更新日September 22, 2022
適用対象ArcGIS Online
見つかったバージョン4.2
サーバー プラットフォームWindows OS
Version Fixed5.4
ステータスFixed

対処法

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.

再現の手順

不具合 ID: BUG-000098356

ソフトウェア:

  • ArcGIS Online

ArcGIS の専門家からヘルプを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動

このトピックについてさらに調べる