When a feature class is joined to a table in a different geodatabase, all the joined attributes are NULL values.
上次发布: June 25, 2020ArcGIS for Desktop
漏洞 ID 编号
BUG-000115954
已提交
August 7, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.6.1
操作系统
Windows OS
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
There is extra whitespace around the C_ACCOUNT field in the second geodatabase. Create a new string field and calculate it using Python: !C_ACCOUNT!.strip(). Add the join using that new string field and it succeeds. The preferred workflow is using the OBJECTID or other numeric field.