Follow the procedure below to add and configure two tJavaRow
components, one used to validate the duplicated email addresses and display the
validation result, and the other to display the duplicate email addresses.
Procedure
Next to the tUniqRow component settings, add a new
component, tJavaRow.
Next to the setComponentDefinition {} function of this
tJavaRow component, define the component properties using
the setSettings {} function.
In this example, this tJavaRow component, labeled
validate, will be used to execute a piece Java
code to check whether the character string of each incoming row pertains to
an email address, and then display the validation result.