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
Mark PelletierMark Pelletier 

CLiq - Null Updates via Command line?

I can insert NULL values via Apex Data Loader, no issue.

My question:  I am using the CLiq command line interface with good success, except I note values in SFDC are not being set to NULL when I submit a NULL value in my .CSV.  I am using an Update query and an .SDL mapping file.

Are there any settings to permit this type of NULL update?

Thanks,

mark
Mark PelletierMark Pelletier
Nevermind - Found it.

In the process-conf.xml file I set the following parameter = true:

<entry key="sfdc.insertNulls" value="true"/>