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’.

Default Sanitations:

...

Original = "(", Replacement = "["

...

Original = ")", Replacement = "]"

...

FieldName: The name of the field to be sanitized.

ReduceToSingleWhiteSpace: If this value is true, multiple white spaces will be trimmed to single whitespace. (i.e “Mobile Phone“ => “Mobile Phone“)

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

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

Default Sanitations:

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

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

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

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

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

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

FieldName: The name of the field to be sanitized.

ReduceToSingleWhiteSpace: If this value is true, multiple white spaces will be trimmed to single whitespace. (i.e “Mobile Phone“ => “Mobile Phone“)

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

...

Reduce To One Email Address Configuration

...