Joining a feature class to a dBASE table does not allow the sharing of the same name in ArcGIS Pro 2.9.x and above.
上次发布: December 2, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000150550
已提交
July 5, 2022
上次修改时间
June 2, 2025
适用范围
ArcGIS Pro
找到的版本
2.9
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The basic problem here is field names need to be unique, and as joined field names are the tablename.fieldname, a duplicate set of field names is returned after the join. There are many places within the geoprocessing (GP), geodatabase (GDB), and mapping frameworks working off the requirement that field names must be unique. A check can be added for this case to return an error message. The documentation is updated to explain this in detail to the users.
解决办法
Use ArcGIS Pro 2.8.x or the prior versions.
Change the name of the table or feature class so it does not match.