漏洞
漏洞 ID 编号 | BUG-000143856 |
---|---|
已提交 | October 20, 2021 |
上次修改时间 | March 20, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 2.8 |
操作系统 | Windows OS |
操作系统版本 | 10.0 64 Bit |
状态 | Non-Reproducible |
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 专家的帮助
下载 Esri 支持应用程序