Make the list rich

The action involves two files: a source file (to be enriched) and a file with user names. Essentially, the action adds user names from the second file to e-mail addresses in the first file. For example, the source file contains the following lines:

"JS" <jsmith@email.com>

jane@email.com

"Mr. Andrian" <andrian@email.com>

And the files with user names contains the following:

"John Smith" <jsmith@email.com>

"Jane Loran" <jane@email.com>

andrian@email.com

After the action is complete, the result may look as follows:

"John Smith" <jsmith@email.com>

"Jane Loran" <jane@email.com>

"Mr. Andrian" <andrian@email.com>

You can choose any of the three action modes:

to make rich only addresses with no user name at all (jane@email.com in our example);

to make addresses rich by using the longer name of the two available variants (in our example, "JS" <jsmith@email.com> and jane@email.com will be made rich in this way);

to replace all names where possible. In this mode, no replacement will be made only if an address in the file with names contains no name at all (in our example, the address "Mr. Andrian" <andrian@email.com> won't be replaced by andrian@email.com in neither of the three modes).

The action will also exclude all invalid and duplicated addresses, therefore we recommend that you first run the address syntax correction procedure.