Bug
Bug ID Number | BUG-000143856 |
---|---|
Submitted | October 20, 2021 |
Last Modified | March 20, 2025 |
Applies to | ArcGIS Pro |
Version found | 2.8 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | 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')
Bug ID: BUG-000143856
Software:
Get help from ArcGIS experts
Download the Esri Support App