Versions Compared

Key

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

...

  • GenerateWarning: If the configured threshold exceeds it only generates warning using mail but doesn’t stop import.

  • StopImport:: If the configured threshold exceeds it stops import immediately.

  • None: If the configured threshold exceeds it only logs the issue but doesn’t stop import.

Reduce To One Email Address Configuration

Sample Configuration:

Code Block
languagejs
"ReduceToOneEmailAddressConfiguration": {
    "MultipleEmailsDelimiter": ","
  }

If there are multiple email address provided, then those are separated by the MultipleEmailsDelimiter and only first email is considered.