Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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", NULLThis:id, customDateField"1234", ""Or even th...