不具合
| 不具合 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 Support アプリのダウンロード