Hello,
I have a table name with an accent and i want to do a calculate :
arcpy.CalculateField_management("inTable_view", "Centralité__point___ATTACH"+".SEQ", calcExp, "VB")
But it's seems impossible to speficy a name with accent, i have this error :
ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000728: Field Centralité__point___ATTACH.SEQ does not exist within table
Failed to execute (CalculateField).
Failed to execute (ExtractionPJ).
Failed at Wed Jul 6 13:42:20 2022 (Elapsed Time: 20,79 seconds)
But it's work if i use manually the calculate tool with the same name : "Centralité__point___ATTACH"