Exporting a feature class joined with a CSV table to a shapefile returns the error "Error 002809: Field Date in test is of an unsupported type for the output workspace" in ArcGIS Pro 3.2.2.
ArcGIS Pro
漏洞 ID 编号
BUG-000166385
已提交
March 29, 2024
上次修改时间
March 20, 2025
适用范围
ArcGIS Pro
找到的版本
3.2.2
操作系统
Windows OS
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is not a bug. The data type of the field 'Date' that is referenced in the error message is the 'Date Only' field type. This is a new field type added in ArcGIS Pro version 3.2. Refer to the documentation below:
https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm#:~:text=Date%20only%E2%80%94Stores%20a%20date%20value%20only%2C%20such%20as%202023%2D04%2D12.
These new field types do not exist for shapefiles, which explains the error.
As workaround, use the Fields section of the Export Features or Export Table pane to select a field type of 'Date' for the field named Date instead of 'Date Only'.
解决办法
Export the feature class as a shapefile and then perform the join using the csv table.
Perform join with the excel file (with a date field) and then export the feature class as a shapefile.