Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The user importer can configure OPFs/User properties & SanitizeValues (array) which need to be ‘sanitized’. If SanitizeValues array is empty for any field then default sanitization is applied.

Default Sanitations:

  • Original = "(", Replacement = "["

  • Original = ")", Replacement = "]"

  • Original = ",", Replacement = "-"

  • Original = "\\", Replacement = "/"

  • Original = ":", Replacement = "-"

  • Original = "|", Replacement = "/"

...

SanitizeValues: It contains the original and replacement values for the field.

Info

If SanitizeValues array is empty for any field then default sanitization is applied.

Reduce To One Email Address Configuration

...