When attempting to export a table join to a shapefile with a GlobalID field from the joined table, the following error occurs, "The Field type is invalid or unsupported for the operation. [GlobalID]" .
上次发布: August 17, 2015ArcGIS for Desktop
漏洞 ID 编号
NIM073575
已提交
October 6, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We do not have plans to address this issue at this time.
解决办法
1. Export the feature class to a shapefile and the geodatabase table to a Database file (dbf) table separately to convert the GlobalID field(s) to text field types. 2. Perform the table join between the resultant shapefile and the dbf. 3. Export to another shapefile to make the join permanent.OR1. Join the original feature class to the geodatabase table by going to the Layer Properties > Fields tab for the joined feature class or shapefile. 2. Uncheck the field visibility for the GlobalID field(s).This exports the join to a shapefile but without the GlobalID field(s).