laptop and a wrench

不具合

Null values in a Date field of a feature service are converted to ‘1/1/2001’ when exported to a feature class using a spatially enabled data frame with ArcGIS API for Python.

最後に公開された状態: February 26, 2019 ArcGIS API for Python
不具合 ID 番号 BUG-000119016
送信されましたDecember 22, 2018
最終更新日June 30, 2025
適用対象ArcGIS API for Python
見つかったバージョン1.4.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
修正されたバージョン1.6
ステータスFixed

対処法

Export the feature service as a file geodatabase item using the item export method and then download the file geodatabase item. From arcgis.gis, import GIS:gis = GIS(url="https://www.arcgis.com", username =" ",password= " ")item = gis.content.get(itemid=" ")result = item.export(title =' ', export_format = 'File Geodatabase' )result.download(save_path=r' ')result.delete()

再現の手順

不具合 ID: BUG-000119016

ソフトウェア:

  • ArcGIS API for Python

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

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

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

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

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

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

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