laptop and a wrench

Bug

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

Last Published: August 25, 2014 ArcGIS for Desktop
Bug ID Number NIM071710
SubmittedAugust 17, 2011
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found10.0
Operating SystemWindows OS
Operating System Version7
Version Fixed10.1
StatusFixed

Workaround

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

Steps to Reproduce

Bug ID: NIM071710

Software:

  • ArcGIS for Desktop

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options