Bug ID Number |
BUG-000163458 |
Submitted | December 5, 2023 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Pro |
Version found | 3.2 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The provided CSV file contains fields read as DateOnly date field type. This is a new field type introduced in ArcGIS Pro version 3.2. In previous releases, the field is read as a Date date field type. For more information, refer to https://pro.arcgis.com/en/pro-app/3.2/get-started/whats-new-in-arcgis-pro.htm.
DateOnly fields cannot be created in the shapefile format; thus, tools that export the table to that format raise an error. This error message is to be made more consistent in time, indicating that the reason the output table cannot be created is due to the unsupported field type for the output format.
Workaround
Save the output as a file geodatabase feature class.
Steps to Reproduce