laptop and a wrench

Bug

A field map object is not recognized as a valid field map object in the Python toolbox tool.

Last Published: August 25, 2014 ArcGIS for Desktop
Bug ID Number NIM090590
SubmittedApril 12, 2013
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found10.1
Operating SystemWindows OS
Operating System Version7
Version Fixed10.3
StatusFixed

Workaround

Access the parameter value using .valueAsText and load it into a new FieldMappings object.instead of:fieldMapping = parameters[3].valueuse:fieldMapping = arcpy.FieldMappings()fieldMapping.loadFromString(parameters[3].valueAsText)

Steps to Reproduce

Bug ID: NIM090590

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