How to import / update existing record to a blank (do NOT skip blanks during import)

Most programs I have seen that have CSV upload to update values for something will have two options on how to deal with blank cells:

  • If blank - ignore. Make no changes to existing data.
  • If blank - do push the “blank” value. Existing data will be deleted.

I cannot figure out how to push blanks intentionally using a CSV.

Thanks

(I am using the “Pro Plan” where Grist hosts the data and it is accessible through a browser/internet. Windows 11 Chrome)