Overview
Advanced Object (AO) Email Parse parses and validates email addresses. It accepts a single stream as input, and produces the following output fields.
|
Field |
Meaning |
|---|---|
|
VALID |
Flag (T/F) indicating whether email value is valid. |
|
ERROR |
Blank or null email addresses are invalid and return an error code of @. Error codes: @: Email does not contain the required character. EL: Email length exceeds maximum length of 254 characters. LC: Local part of the email address contains invalid ASCII characters. DC: Domain part of the email address contains invalid ASCII characters. |
AO Email Parse configuration parameters
AO Email Parse has a single set of configuration parameters in addition to the standard execution options.
|
Parameter |
Description |
|---|---|
|
Email field |
(Required) Input field containing email address.
|
|
Append original fields |
Select to pass all input data (not just input email address) through the macro and append it to the output.
|
Configure AO Email Parse
-
Select AO Email Parse.
-
Go to the Configuration tab on the Properties pane.
-
Select Input email and choose the field containing email addresses.
-
Optionally, select Append original fields to append all input data fields.
-
Optionally, select the Execution tab, and then set Report options, Priority options, and Web service options.