laptop and a wrench

不具合

The gis.content.import_data() method in ArcGIS API for Python incorrectly parses data if a list is returned.

最後に公開された状態: January 17, 2023 ArcGIS API for Python
不具合 ID 番号 BUG-000121496
送信されましたApril 4, 2019
最終更新日June 5, 2024
適用対象ArcGIS API for Python
見つかったバージョン1.5.2
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスAs Designed

参考情報

The user object response contains multiple properties that are lists of either strings or dictionaries. These properties, particularly privileges and groups, need to be flattened or replaced with strings in order to publish a table with user properties in this manner.

対処法

Drop the original 'groups' column with its list of dictionaries and replace it with a groups column with a string, and drop the original 'privileges' column with its list of strings and replace it with a 'privileges' column with one string. This successfully parses results into a feature set.

再現の手順

不具合 ID: BUG-000121496

ソフトウェア:

  • ArcGIS API for Python

バグのステータスが変更されたときに通知を受け取る

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

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

ArcGIS エキスパートのサポートを受ける

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

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

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