I want to simply set date to "". No problem directly in ArcGIS , but with arcpy I can´t seem to get the syntax right. When I try with a date this is no problem e.g '22.06.2015' But with '' it doesn´t work.
arcpy.CalculateField_management(fc, item, '',"PYTHON")
أكثر...