The arcpy.FieldMap() object does not work if there is no intermediate variable to update the name property of the output field.
上次发布: March 6, 2023ArcGIS Pro
漏洞 ID 编号
BUG-000156266
已提交
March 2, 2023
上次修改时间
May 15, 2025
适用范围
ArcGIS Pro
找到的版本
3.0.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This issue is as designed. The FieldMap outputField properties cannot be modified in place. The properties can only be modified by making a new variable equal to outputField, setting the variable's properties such as name and type, and then setting the field map object's outputField property equal to the variable. Clarifying updates to documentation will be made for a future release.