Versions Compared

Key

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

...

Syntax

Code Block
split-email <column>:column

The <column>column is a column containing an email address.

...

Applying this directive:

Code Block
split-email :email_address

would result results in this record:

Code Block
{
  "name": "Root, Joltie",
  "email_address": "root@example.com",
  "email_address_account": "root",
  "email_address_domain": "example.com"
}

...