laptop and a wrench

漏洞

The Append tool repeats attribute value in the target if inputs have the same field map and the merge rule of Join is used.

上次发布: August 25, 2014 ArcGIS for Desktop
漏洞 ID 编号 NIM071710
已提交August 17, 2011
上次修改时间June 5, 2024
适用范围ArcGIS for Desktop
找到的版本10.0
操作系统Windows OS
操作系统版本7
修正版本10.1
状态Fixed

解决办法

1. For the tool in ArcMap, change the merge rule to something other than Join or remove either FuelLine_Test.ACCURACY or StormLine_Test.ACCURACY from the field map.2. In Python for the tool, add an if statement to test for a repeat of the field map or use something other than the Join merge rule. An example of an if statement is: if nextTuple not in in_out_fld_list: if infield == outfield: continue else: in_out_fld_list.append(nextTuple) else: #this combination of infield and outfield already mapped continue

重现步骤

漏洞 ID: NIM071710

软件:

  • ArcGIS for Desktop

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项