laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: February 26, 2019 ArcGIS API for Python
Bug-ID-Nummer BUG-000119016
EingereichtDecember 22, 2018
Zuletzt geändertJune 30, 2025
Gilt fürArcGIS API for Python
Gefunden in Version1.4.1
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
Behoben in Version1.6
StatusFixed

Workaround

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()

Schritte zur Reproduzierung

Bug-ID: BUG-000119016

Software:

  • ArcGIS API for Python

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln