laptop and a wrench

Bogue

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.

Dernière publication: June 27, 2022 ArcGIS Pro
Numéro d’ID de bogue BUG-000143856
EnvoiOctober 20, 2021
Dernière modificationMarch 20, 2025
S’applique àArcGIS Pro
Version trouvée2.8
Système d’exploitationWindows OS
Version du système d’exploitation10.0 64 Bit
StatutNon-Reproducible

Informations supplémentaires

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

Solution de contournement

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')

Étapes pour reproduire

ID de bogue: BUG-000143856

Logiciel:

  • ArcGIS Pro

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement