pnpframework
pnpframework copied to clipboard
Bulk Profile Imports and clearing dates
I'm guessing this is either a framework or api issue but, fwiw, we're initiating the job through New-PnPUPABulkImportJob. When our HR system indicates that a user's bday should be hidden (when it was previously stored) we need to clear out the existing value in SPS-Birthday. We've tried setting the value in the JSON to:
- null - the import job appears to ignore the property and leaves the value as it was before
- "" (empty string) - the import job sets the value to January 1.
Is there a way to clear existing values from date fields when using Bulk Import jobs?
I think you need to raise this under the /pnp/powershell repository, this is pnp/framework