Hi,
In a model, after joining a shapefile to a text file, I am trying to calculate a newly created Date format field in the shapefile. But, whenever I have an empty date in the text file, the if else statment catches it and tries to fill a Null value in the Date field. But it crashes and not not work!
I tried:
return ''
return 'None'
return 'Null'
return '0'
But none worked! Any guess for the proper syntax? Thanks
