function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gokubigokubi 

Setting values to null (blank) with dataloader

I'd like to update a few hundred contacts and blank out their email addressed. I have a CSV with Contact ID and an Email field that is blank. I run an update but the email address doesn't get blanked out.

I know that with the API blank values get ignored in an update, so how do I tell the dataloader to blank out a value?

Thanks,
Steve
SuperfellSuperfell
There's an option in the settings to send nulls which'll do what you want.