Hi there, I'm currently using the Bulk Import API to upload a CSV of leads. We have lead records with values in some custom date fields. However I cannot seem to set them to null using the bulk api. My CSV could look like this: id, customDateField "1234", NULL This: id, customDateField "1234", "" Or even this: id, customDateField "1234", " " And still the field refuses to change! What is the expected field value to set a date to null?! Could someone please help. Regards,Stevne
... View more