laptop and a wrench

Error

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.

Última publicación: February 26, 2019 ArcGIS API for Python
Número de ID del error BUG-000119016
EnviadoDecember 22, 2018
Última modificaciónJune 30, 2025
Relacionado conArcGIS API for Python
Versión encontrada1.4.1
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
Versión corregida1.6
EstadoFixed

Solución alternativa

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

Pasos para reproducir

ID del error: BUG-000119016

Software:

  • ArcGIS API for Python

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga