Versions Compared

Key

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

...

The user importer can configure OPFs/user User properties & SanitizeValues (array) which need to be ‘sanitized’. Other than this there are few sanitization rules which are applied by defaultIf 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 = "/"

...