laptop and a wrench

漏洞

The error message, "ERROR 000735: Fields To Transpose: Value is required." is returned when running the arcpy.TransposeFields_management() function that passes Value Table to the field's parameter in ArcGIS Pro 2.8.x.

上次发布: June 27, 2022 ArcGIS Pro
漏洞 ID 编号 BUG-000143856
已提交October 20, 2021
上次修改时间March 20, 2025
适用范围ArcGIS Pro
找到的版本2.8
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Non-Reproducible

附加信息

This behavior can no longer be reproduced in ArcGIS Pro 3.0.

解决办法

Convert Value Table to String using .exportToString(). Refer to the sample script below:

arcpy.env.workspace = r'C:\Users\ISC-DT117-PEISHI\Desktop\Case\02900735 - FW Reported Bug from Support.Esri.com\02900735.gdb'

arcpy.env.overwriteOutput = True

fields_vt=arcpy.ValueTable(2)

fields_vt.addRow('Fruits \"Last census\"')

fields_vt.addRow('Vegetables Estimate')

fields_vt=fields_vt.exportToString()

arcpy.TransposeFields_management(in_table='Point',in_field=fields_vt,out_table='test2',in_transposed_field_name='TYPE',in_value_field_name='Vegetables',attribute_fields='Carbohydrates')

重现步骤

漏洞 ID: BUG-000143856

软件:

  • ArcGIS Pro

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项