The Add Join tool with a one-to-one join operation does not complete the join in ArcGIS Pro, even though the operation is not case-sensitive
ArcGIS Pro
漏洞 ID 编号
BUG-000174486
已提交
February 21, 2025
上次修改时间
June 2, 2025
适用范围
ArcGIS Pro
找到的版本
3.4.2
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
In Review
该问题正在审查中。 审查过程可确保问题包含所有必要信息、易于理解、不与现有问题重复,且为关于漏洞或增强功能的有效请求。 在此阶段,可能会联系您进行说明或提供其他信息。
解决办法
Either create a new field to alter the join field to upper case or use the Calculate Field tool on the existing field to change all the information to upper case.
If altering the existing field, configure the Calculate Field tool with the following settings and expressions:
Input Table: Features targeted for alteration.
Field Name: The join field used to perform the join (In this example, the field is named Address).
Expression Type: Python.
Expression: Address = !Address!.upper()
Enable the Enable Undo toggle button.
Click Apply to confirm the field has changed to all upper case and click Run.
Use the same workflow as above to create a new field. For the expression, use: NewField = !Address!.upper().
Confirm both fields used in the join contain values in all upper case.