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 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项