Insert Null Values Using Data Loader and Bulk API
I learned something new today and thought it should be passed on. In an earlier post I wrote about how the Data Loader will not insert null values when using the Bulk API. It turns out that the API will insert null values but you need to use the text '#N/A' as the value instead of leaving the value blank. [...]