Hello,
I am trying to update the date field records of a feature class using arcpy update cursor, but I am getting the following error (text in bold), please let me know If I am missing anything :
Field Name : e_result_datetime
Field Values : 20230803081554
Field datatype : Date
Also, want to mention that I am able to update the string, double data type fields using updatecursor in FME with no issues - it’s only with date data type I am facing the problem.
Python Exception <RuntimeError>: The value type is incompatible with the field type. fe_result_datetime]
Traceback (most recent call last):
File "<string>", line 46, in input
RuntimeError: The value type is incompatible with the field type. e_result_datetime]
Error encountered while calling method `input'
PythonCaller (PythonFactory): PythonFactory failed to process feature