• Mark Pelletier
  • NEWBIE
  • 5 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
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
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
I would like to know how can I insert NULL values for a record through Data Loader in below two scenarios-

Scenario1- In case of Normal API

Scenario2- In case Bulk API


Can you please illustarte it with example. It will be a great help to understand it.