Versions Compared

Key

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

The SPLIT-EMAIL directive splits an email ID into an account and its domain.

Syntax

Code Block
split-email :column

The column is a column containing an email address.

Usage Notes

The SPLIT-EMAIL directive will parse email address into its constituent parts: account and domain.

...

If the email address cannot be parsed correctly, the additional columns will still be generated, but they would be set to null depending on the parts that could not be parsed.

Examples

Using this record as an example:

...