Difference between revisions of "Contact Zone:Contact Verify:Output Filter"

From Melissa Data Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
[[Contact Zone:Reference|← Contact Zone Reference]]
{{ContactZoneContactVerifyNav
 
|ContactVerifyCollapse=
{| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; padding:8px 8px;"
}}
! style="text-align:left; color:black; border-bottom:1px solid #aaaaaa;"|'''Contact Verify Navigation'''
|-
| style="padding-right:220px;"|
|-
|[[Contact Zone:Contact Verify|Overview]]
|-
|[[Contact Zone:Contact Verify Tutorial|Tutorial]]
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[Contact Zone:Contact Verify:Component Settings|Component Settings]]
|-
|[[Contact Zone:Contact Verify:Component Settings#Show Details (On-Premise)|Show Details (On-Premise)]]
|-
|[[Contact Zone:Contact Verify:Component Settings#Show Details (Web)|Show Details (Web)]]
|}
|-
|
{| class="mw-collapsible" style="width:100%;"
|- align="left"
! style="color:black;"|Contact Verify Tabs
|-
|[[Contact Zone:Contact Verify:Name|Name]]
|-
|[[Contact Zone:Contact Verify:Address|Address]]
|-
|[[Contact Zone:Contact Verify:GeoCode|GeoCode]]
|-
|[[Contact Zone:Contact Verify:Phone/Email|Phone/Email]]
|-
|[[Contact Zone:Contact Verify:Pass-Through Columns|Pass-Through Columns]]
|-
|[[Contact Zone:Contact Verify:Output Filter|Output Filter]]
|-
|[[Contact Zone:Contact Verify:Processing Options|Processing Options]]
|-
|[[Contact Zone:Contact Verify:Reporting|Reporting]]
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|Result Codes
|-
|[[Returned Result Codes:Enterprise Solutions#Contact Zone|Returned Result Codes]]
|-
|[[Result Codes]]
|}
|}
 


{{CustomTOC}}
{{CustomTOC}}

Latest revision as of 01:09, 3 January 2017

← Contact Zone

Contact Verify Navigation
Overview
Tutorial
Component Settings
Show Details (On-Premise)
Show Details (Web)
Contact Verify Tabs
Name
Address
GeoCode
Phone/Email
Pass-Through Columns
Output Filter
Processing Options
Reporting
Result Codes



The Contact Verify Component will output records in up to four streams. The Output Filter tab allows you to control which records go to which stream. Names and usage can be done in any manner. Filters are evaluated from the top down.

CZ CV OutputFilter.png

Result Codes

The output status of a record is returned via result codes returned by the underlying objects. The Component will combine them into a single, comma-delimited string and write them to the field mapped here. New field names can be created by typing the name into the Output Results Code box.


Output Filter

Select a filter to determine which records will be directed to a particular output stream. A custom filter may be created based on individual need, each pin filters the records in a cascading effect, where the results code is compared against the first expression (Pin 1) and then compared against Pin 2, and so on.

No Filter
All records are written to a single output stream.
Pre-built Filter
The Component comes with several pre-built filters for common applications:
  1. Full Address Matches - The record is valid only with a valid and deliverable mailing address.
  2. Street Address Matches - The record is valid if the street address is deliverable, even if the suite information is missing.
  3. Full Address Match and Deliverable by all carriers - The record is valid only with a valid and deliverable mailing address that is also served by alternate delivery services such as Fed Ex and UPS.
  4. Non-Questionable Names - The record is valid if the name information was complete and contains no questionable information (vulgarities or common nuisance names).
  5. Valid Email Domains - The record is valid if the domain for the email address was either confirmed to be valid or, at the very least, is not known to be invalid.
  6. Valid and Allowable Email Domains - The record is valid if the domain for the email address was either confirmed to be valid or is not known to be invalid, and is not a mobile email address (which are not deliverable per FCC regulations).
  7. Full Phone Matches - The record is valid only if the phone number was verified to the 10-digit level.
  8. Full and Partial Phone Matches - The record is valid if the phone number was verified to either the 10-digit or 7-digit level.
Custom Filter
A custom rule that would be equivalent to Pre-built rule #6 would read: “(ES01 OR ES03) AND NOT ES04.”
This means that the conditions for the rules are met if either result code “ES01” or “ES03” were returned and the result code “ES04” was not returned.
For more information, see Custom Output Filters below.
Target
The output which is filtered is saved in a file.


Custom Output Filters

Custom rules are an advanced subject. You should be comfortable with Boolean operations before using custom rules in a production environment.

For more information see Custom Output Filters.