Bug
Bug-ID-Nummer | BUG-000143856 |
---|---|
Eingereicht | October 20, 2021 |
Zuletzt geändert | March 20, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 2.8 |
Betriebssystem | Windows OS |
Betriebssystemversion | 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:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen