How to Evaluate the Accuracy of Address Records

Size: px
Start display at page:

Download "How to Evaluate the Accuracy of Address Records"

Transcription

1 How to Evaluate the Accuracy of Address Records 2011 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without prior consent of Informatica Corporation.

2 Abstract The Mailability Score, Match Code, and Result Percentage ports on the Address Validator transformation provide you with general information about the deliverability and accuracy of address data. This article tells you how to use the ports to evaluate the data quality of address records. This article also shows you how to simplify the output codes from the ports so that they are easy to understand. Supported Versions Informatica Data Quality Table of Contents Overview When to Use the Status Info Ports Status Info Port Definitions Using Mapplet Rules to Read Status Info Port Outputs Installing the Core Accelerator... 4 Rule Descriptions How to Read Mailability Score Output Codes How to Read Match Code Output Codes Conclusion Overview uses reference data to evaluate the accuracy and deliverability of postal addresses. The transformation can correct errors in an address, add data to an address, and provide status information on address data quality. For example, the United States Postal Service (USPS) provides reference data that identifies every mailbox in the United States. When the Address Validator transformation reads a United States address record, it compares each address record with reference data that the USPS provides to Informatica. handles the input addresses in the following ways: If the transformation finds a perfect match between the input address and the USPS reference data, it writes the address information to the output ports with no change. If the transformation finds a partial match in the reference data, it selects the correct address elements from the reference data and writes the correct elements to the output ports. If the transformation cannot find a match in the reference data, it attempts to write the correct form of each input element to the output ports. The resulting record may not contain a deliverable address. In each case, the transformation writes the results of the matching operation to status ports that indicate the data quality of the address. 2

3 The following illustration shows the Status Info port group on the Templates tab: Note: The Status Info port group includes the Address Type port. This output port describes the type of mailbox in a United States or Canadian address. The Address Type port does not contain information about the deliverable status of the address. When to Use the Status Info Ports The Mailability Score, Match Code, and Result Percentage ports provide summary information about the data quality of each address in the data set. The Element Input Status, Element Relevance, and Element Result Status ports provide detailed information on each element in each address record. The Mailability Score, Match Code, and Result Percentage outputs are useful indicators of whether you need to define an address validation stage in a data project. If the Mailability Score, Match Code, and Result Percentage outputs indicate that all addresses meet your data quality standards, you do not need to perform additional address validation. If you find one or more addresses that are not valid, review the outputs on the Element Input Status, Element Relevance, and Element Result Status ports. Use the ports to identify the address elements that you need to fix. Status Info Port Definitions Each Status Info port provides a different type of information about an address record. The Mailability Score, Match Code, and Result Percentage ports perform the following types of analysis: 3

4 Mailability Score This port describes the likely outcome of any attempt to deliver mail to the address. The Mailability Score output is a text description that summarizes the quality of the address in terms of the risk to mail delivery. Select this port when you need general information on the quality of the input data that you connect to the Address Validator transformation. Match Code This port describes the results of the validation operation that the Address Validator performed on the input address. The Match Code output is a two-character string that represents the success or failure of the operation. Select this port to identify output address records that are valid or not valid. Result Percentage This port indicates the degree of overall similarity between an input address and the address validation results. The Result Percentage output is a percentage value. Higher percentage values indicate greater similarity between the input and output address. Select this port to identify address records that changed during address validation and to review the extent of the changes. Using Mapplet Rules to Read Status Info Port Outputs The Mailability Score and Match Code ports provide information about address quality in coded format. You can use Informatica mapplet rules to parse information from the output codes. The rules use reference tables to convert each code value into an English-language equivalent. The rules and reference tables are part of the Core Accelerator, which is available to Data Quality customers. The Core Accelerator contains a rule for each port on the Status Info output group except the Result Percentage port. Result Percentage does not write coded output. To use an accelerator rule in an address validation mapping, complete the following steps: 1. Download the accelerator, and import the accelerator objects to the Model repository. 2. Add a rule to an address validation mapping. The mapping must read address records from a data object, and it must contain an Address Validator transformation. 3. Connect a Status Info port on the Address Validator transformation to the rule you added to the mapping. The rule name contains the name of the port that you connect to. 4. Run the mapping, or run the Data Viewer on the Address Validator transformation. If you run the mapping, add a writable data object as a target and connect the rule output to the data object. 5. Read the rule output. If you ran a mapping, open the data object. If you ran the Data Viewer, resize the Developer tool so that the Data Viewer columns are visible. 6. Evaluate the rule output, and decide the next steps you need to take for the address data. Installing the Core Accelerator You download the Core Accelerator with the Data Quality Content Installer. You find the accelerator object XML file and reference table ZIP file the in the Accelerator_Content directory of the Content Installer package. Use the Developer tool to import the accelerator rules to the Model repository. The rules and reference tables appear in the Model repository in the project you specified during import. Find the rules you need for the status information ports in this repository location: [Content_Project_Name]\[Rule_Folder_Name]\General_Data_Cleansing 4

5 The reference tables install to this location: [Content_Project_Name]\[Rule_Folder_Name]\Dictionaries You do not need to open or edit the reference tables. Note: The reference tables used by the rules are different to the address reference data files used by the Address Validator transformation. You purchase the address reference data files from Informatica. You cannot open or edit the address reference data files. Rule Descriptions Each rule contains an input data object, a Parser transformation, and an output data object. The following rules parse the output codes on the Match Code and Mailability Score ports: rule_assign_dq_90_mailability_score_description This rule writes a description of the output code values on the Mailability Score port. The Parser transformation in this rule reads the reference table DQ90_AV_MailabilityScores_infa. rule_assign_dq_90_match_code_descriptions This rule writes a description of the output code values on the Match Code port. The Parser transformation in this rule reads the reference table DQ90_Match_code_desc_infa. Note: The Core Accelerator does not contain a mapplet rule for the Result Percentage port. The Result Percentage port does not write coded output. The port writes a percentage value. The following illustration shows rule_assign_dq_90_mailability_score_description in the Developer tool: How to Read Mailability Score Output Codes The Mailability Score port output is a single digit that indicates the likelihood of successful delivery to the output address. After you run the address validation mapping, review the output data from this port to determine if an address needs further validation. Connect the port to rule_assign_dq_90_mailability_score_description to generate text descriptions of each output code. 5

6 The following table lists the possible values in the output code and the text that the transformation reads from the reference table DQ90_AV_MailabilityScores_infa: Output Code Reference Table Text Description 5 completely confident All address data elements that are relevant to delivery are present and correct. 4 almost certain The address has a unique match in the address reference data and one of the following cases applies: - Some data elements could not be checked by the address reference data. - Some data elements were corrected with a very high degree of confidence. The validation process returns this output code when the number of unmatched elements is very low. 3 should be fine Some data elements were corrected with a very high degree of confidence. The validation process returns this output code when the address has a unique match in the address reference data and the number of unmatched elements is acceptable. 2 fair chance Address data elements that are relevant to delivery are present, and one of the following scenarios also applies: - The validation process did not find a strong match in the address reference data. - The validation process found multiple matches and has similar levels of confidence in each match. 1 risky The validation process found a partial match between the input data and the address reference data. The output address is likely to be incomplete. 0 futile The input address is missing too many elements, or a majority of the elements generated no matches in the address reference data. How to Read Match Code Output Codes The Match Code port output describes the results of the address validation operation performed on the input address. After you run the address validation mapping, review the output data from this port to establish the data quality of the input addresses. Connect the port to rule_assign_dq_90_match_code_descriptions to generate text descriptions of each output code. The following table lists the possible values at each position in the output code and the text that the transformation reads from the reference table DQ90_Match_code_desc_infa: Output Code Reference Table Text Description V4 V3 Verified - Input data correct - all elements were checked and input matched perfectly Verified - Input data correct on input but some or all elements were standardised or input contains outdated names or exonyms The input address is a perfect match with a single address in the address data. The input and output addresses in the record use the same information. The output address matches a single address in the address data. The Address Validator transformation edited one or 6

7 Output Code Reference Table Text Description more input data elements for one of the following reasons: - An input element uses a name other than the local name. - An input element uses a name that is out of date. V2 V1 C4 C3 C2 C1 I4 Verified - Input data correct but some elements could not be verified because of incomplete reference data Verified - Input data correct but the user standardisation has deteriorated deliverability (wrong element user standardisation - for example postcode length chosen is too short). Not set by validation. Corrected - all elements have been checked Corrected - but some elements could not be checked Corrected - but delivery status unclear (lack of reference data) Corrected - but delivery status unclear because user standardisation was wrong. Not set by validation. Data could not be corrected completely but is very likely to be deliverable - single match (e.g. HNO is wrong but only 1 HNO is found in reference data) The output address matches a single address in the address data, but the Address Validator transformation could not verify every input element because some address reference data files are not installed. The input address matches a single address in the address data, but the Address Validator transformation cannot write some output data because an output port has the wrong precision. The output address may be undeliverable. The input address contains information that matches a single address in the address data, and the Address Validator transformation replaced one or more elements with new elements from the address reference data. All output elements are verified correct for the address. The input address contains information that matches a single address in the address data, and the Address Validator transformation replaced one or more elements with new elements from the address reference data. All output elements are verified correct for the address. However, the transformation could not verify every input element. replaced one or more elements with new elements from the address reference data. However, the transformation could not verify deliverability as some address reference data files are not installed. replaced one or more elements with new elements from the address reference data. However, the transformation could not verify deliverability as some input elements cannot be corrected. The output address matches a single address in the address data, but the Address Validator transformation could 7

8 Output Code Reference Table Text Description not verify every input element. The input data is likely to contain an error. I3 I2 I1 Q3 Q2 Q1 Q0 RA Data could not be corrected completely but is very likely to be deliverable - multiple matches (e.g. HNO is wrong but more than 1 HNO is found in reference data) Data could not be corrected but there is a slim chance that the address is deliverable Data could not be corrected and is pretty unlikely to be delivered. FastCompletion Status - Suggestions are available - complete address FastCompletion Status - Suggested address is complete but combined with elements from the input (added or deleted) FastCompletion Status - Suggested address is not complete (enter more information) FastCompletion Status - Insufficient information provided to generate suggestions. Country recognized from ForceCountryISO3 Setting The output address is very likely to be deliverable but the Address Validator transformation found multiple matches for one or more input elements in the address reference data. For example, a house number is incorrect but the number is in the correct range. cannot find matching address data in the address reference data. However, the input record contains data in an address format that may be deliverable. cannot find matching address data in the address reference data. The input record does not contain data that is likely to be deliverable. found multiple good matches for the input record data in the address reference data. Suggestion List mode. found a partial match for the input record data in the address reference data. The transformation returned a complete address. Suggestion List mode. did not find a match for the input record data in the address reference data. The transformation returned a partial address. Suggestion List mode. did not find a match for the input record data in the address reference data. The transformation did not return any data for the address. Suggestion List mode. used the Force Country setting to add country name data to the address. 8

9 Output Code Reference Table Text Description R9 R8 Country recognized from DefaultCountryISO3 Setting Country recognized from name without errors used the Default Country setting to add country name data to the address. identified a destination country from the input data. R7 Country recognized from name with errors identified a destination country from the input data, but the input data contains inconsistent data for this country. R6 Country recognized from territory identified a destination country from state or national territory information in the input data. R5 Country recognized from province identified a destination country from province information in the input data. R4 Country recognized from major town identified a destination country from city or town information in the input data. R3 Country recognized from format identified a destination country from the structure of the address. R2 Country recognized from script identified a destination country from data provided by a script. R1 Country not recognized - multiple matches identified several possible destination countries. The transformation did not verify a country for the address. R0 Country not recognized could not identify a destination country for the input address data. S4 Parsed perfectly parsed all input elements successfully. Parsing mode. S3 Parsed with multiple results parsed all input elements, but some elements match multiple element types. Parsing mode. S2 Parsed with Errors - Elements change position parsed all input elements, but the 9

10 Output Code Reference Table Text Description transformation changed the element type in one or more cases. Parsing mode. S1 Parse Error - Input Format Mismatch could not parse input elements because the address structure did not match the address reference data structure. Parsing mode. N6 N5 N4 N3 N2 N1 because input data was insufficient because reference database is too old - please contact Address Doctor to obtain updated reference data because reference database is corrupt or in wrong format because country could not be unlocked because required reference database is not available because country was not recognized could not validate the address because the transformation lacked usable input data. could not validate the address because the address reference data is out of date. could not validate the address because it could not read the address reference data. could not validate the address because it could find an address reference data license. could not validate the address because it could not find address reference data for the destination country. could not validate the address because it could not associate the input address with a country. Conclusion The Status Info ports contain detailed information about address accuracy and deliverability. Select a Mailability Score, Match Code, or Result Percentage port when you need general information about the deliverability of an address. Use the Informatica accelerator rules to convert the port output codes into text descriptions that you can more quickly understand. Author David Handy Principal Technical Writer 10

Creating an Address Verification Job in the Data Quality Center

Creating an Address Verification Job in the Data Quality Center Creating an Address Verification Job in the Data Quality Center 1993-2017 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

What's New In Informatica Data Quality 9.0.1

What's New In Informatica Data Quality 9.0.1 What's New In Informatica Data Quality 9.0.1 2010 Abstract When you upgrade Informatica Data Quality to version 9.0.1, you will find multiple new features and enhancements. The new features include a new

More information

Using Status Values to Clarify the Postal Relevance of Address Elements

Using Status Values to Clarify the Postal Relevance of Address Elements Using Status Values to Clarify the Postal Relevance of Address Elements Informatica AddressDoctor Röntgenstr. 9 67133 Maxdorf Germany 2 AddressDoctor H2L Abstract AddressDoctor by Informatica provides

More information

Performing a Post-Upgrade Data Validation Check

Performing a Post-Upgrade Data Validation Check Performing a Post-Upgrade Data Validation Check 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or

More information

Using Synchronization in Profiling

Using Synchronization in Profiling Using Synchronization in Profiling Copyright Informatica LLC 1993, 2017. Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Delivery Availability Checker - Magento 2 USER MANUAL MAGEDELIGHT.COM

Delivery Availability Checker - Magento 2 USER MANUAL MAGEDELIGHT.COM Delivery Availability Checker - Magento 2 USER MANUAL MAGEDELIGHT.COM License Key After successful installation of Delivery Availability Checker extension, you are now required to configure the license

More information

Creating a Probabilistic Model in Informatica Data Quality

Creating a Probabilistic Model in Informatica Data Quality Creating a Probabilistic Model in Informatica Data Quality 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

AddressDoctor by Informatica Best Practices for India Address Validation

AddressDoctor by Informatica Best Practices for India Address Validation AddressDoctor by Informatica Best Practices for India Address Validation Informatica AddressDoctor Röntgenstr. 9 67133 Maxdorf Germany 2 Best Practices for India Address Validation Abstract AddressDoctor

More information

The minimum RAM requirements for devices running Informatica AddressDoctor are as follows:

The minimum RAM requirements for devices running Informatica AddressDoctor are as follows: Informatica AddressDoctor Version 5.6.0 Release Notes November 2014 Copyright (c) 1998-2014 Informatica Corporation. All rights reserved. Contents Informatica AddressDoctor Installation... 1 Memory Requirements....

More information

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository

Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository Migrating Mappings and Mapplets from a PowerCenter Repository to a Model Repository 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Creating a Subset of Production Data

Creating a Subset of Production Data Creating a Subset of Production Data 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

If you are familiar with the RDS CASS Certification process, you know that you

If you are familiar with the RDS CASS Certification process, you know that you NCOALINK PROCESSING According to the United States Postal Service (USPS), over 40 million United States residents change their address annually. Probably several of those residents are listed in your database.

More information

MailJack: Click2Mail MailJack User Guide Version 1.1. Use your program s Print feature to send documents through the U.S. Mail

MailJack: Click2Mail MailJack User Guide Version 1.1. Use your program s Print feature to send documents through the U.S. Mail Click2Mail MailJack User Guide Version 1.1 MailJack: Use your program s Print feature to send documents through the U.S. Mail It s perfect for any situation where a hardcopy document is preferred or required

More information

Publishing and Subscribing to Cloud Applications with Data Integration Hub

Publishing and Subscribing to Cloud Applications with Data Integration Hub Publishing and Subscribing to Cloud Applications with Data Integration Hub 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

The device on which you install Informatica Address Verification must have a minimum of 512 MB RAM.

The device on which you install Informatica Address Verification must have a minimum of 512 MB RAM. Address Verification Version 5.11.0 Release Notes (On-Premises) April 2017 Copyright Informatica LLC 1998, 2017 Contents Informatica Address Verification Installation... 1 Memory Requirements.... 1 System

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

Optimizing Session Caches in PowerCenter

Optimizing Session Caches in PowerCenter Optimizing Session Caches in PowerCenter 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Using Ricoh ProcessDirector Plug-in for Adobe Acrobat

Using Ricoh ProcessDirector Plug-in for Adobe Acrobat RICOH ProcessDirector Using Ricoh ProcessDirector Plug-in for Adobe Acrobat Overview Using the plug-in 1 Version 3.6.0 Troubleshooting 3 Accessibility For information not in this manual, refer to the Help

More information

This document contains the steps which will help you to submit your business to listings. The listing includes both business and contact information.

This document contains the steps which will help you to submit your business to listings. The listing includes both business and contact information. This document contains the steps which will help you to submit your business to listings. The listing includes both business and contact information. You can also include details, such as search keywords,

More information

Digital Data Manager Model 747

Digital Data Manager Model 747 Digital Data Manager Model 747 Staff Guide Version 3.xx Software 3M Library Systems 3M Center, Building 225-4N-14 St. Paul, MN 55144-1000 www.3m.com/library 3M 2011. All rights reserved. Digital Data Manager

More information

How to Migrate RFC/BAPI Function Mappings to Use a BAPI/RFC Transformation

How to Migrate RFC/BAPI Function Mappings to Use a BAPI/RFC Transformation How to Migrate RFC/BAPI Function Mappings to Use a BAPI/RFC Transformation 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Oracle Data Profiling and Oracle Data Quality for Data Integrator Sample Tutorial 11g Release 1 ( )

Oracle Data Profiling and Oracle Data Quality for Data Integrator Sample Tutorial 11g Release 1 ( ) Oracle Data Profiling and Oracle Data Quality for Data Integrator Sample Tutorial 11g Release 1 (11.1.1.3) January 2011 1 Oracle Data Profiling and Oracle Data Quality for Data Integrator Sample Tutorial,

More information

MapMarker Plus Desktop Installation Guide

MapMarker Plus Desktop Installation Guide MapMarker Plus 11.0 Desktop Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

ADVANCED DATA QUALITY DATA DICTIONARY

ADVANCED DATA QUALITY DATA DICTIONARY ADVANCED DATA QUALITY DATA DICTIONARY TABLE OF CONTENTS ADVANCED DATA QUALITY OVERVIEW... 3 ADDRESSMAX... 3 NCOA Link... 3 LACS LINK... 3 DPV TM... 4 DSF 2... 7 ADQ REFERENCE DATABASE.8 HARTE-HANKS CHANGE

More information

Park The Flagship Country Park Customer Name Pznaxrfv Address 1 zkmgjjwoqztwzt Address 2 lfkqrjjykwbibnzoccq Town / City New York Country USA Postcode 1056 County USA Telephone 72079935327 E-mail rgrpufbc@igadxzgu.com

More information

Creating a Column Profile on a Logical Data Object in Informatica Developer

Creating a Column Profile on a Logical Data Object in Informatica Developer Creating a Column Profile on a Logical Data Object in Informatica Developer 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Increasing Performance for PowerCenter Sessions that Use Partitions

Increasing Performance for PowerCenter Sessions that Use Partitions Increasing Performance for PowerCenter Sessions that Use Partitions 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Traditional and Enhanced Listing for Probability Sampling

Traditional and Enhanced Listing for Probability Sampling University of Mannheim From the SelectedWorks of Stephanie Eckman 2002 Traditional and Enhanced Listing for Probability Sampling Colm O'Muircheartaigh, University of Chicago Stephanie Eckman, University

More information

Accounts Receivable Customer

Accounts Receivable Customer Accounts Receivable Customer Contents Overview... 1 Document Layout... 2 General Information Tab... 3 Corporate Information Tab... 3 Contact Information Tab... 4 Addresses Tab... 4 Overview The Customer

More information

Batch cleansing of addresses

Batch cleansing of addresses Batch cleansing of addresses With the best will in the world, a batch cleanse, whilst quicker and more cost effective is unlikely to produce better results than someone sitting down and going through each

More information

Informatica Data Quality Product Family

Informatica Data Quality Product Family Brochure Informatica Product Family Deliver the Right Capabilities at the Right Time to the Right Users Benefits Reduce risks by identifying, resolving, and preventing costly data problems Enhance IT productivity

More information

Blackbaud NetCommunity 7.1 SP4. New Features Guide

Blackbaud NetCommunity 7.1 SP4. New Features Guide Blackbaud NetCommunity 7.1 SP4 New Features Guide 10/10/2018 Blackbaud NetCommunity 7.1 SP4 New Features US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted

More information

Creating OData Custom Composite Keys

Creating OData Custom Composite Keys Creating OData Custom Composite Keys 1993, 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Data Quality for PowerCenter Users: Expanding Beyond ETL. Marina Grebenkova Principal Product Manager Informatica

Data Quality for PowerCenter Users: Expanding Beyond ETL. Marina Grebenkova Principal Product Manager Informatica Data Quality for PowerCenter Users: Expanding Beyond ETL Marina Grebenkova Principal Product Manager Informatica 2 Agenda Do you trust your data? What is Data Quality? Data Quality process How it complements

More information

Informatica Data Quality Upgrade. Marlene Simon, Practice Manager IPS Data Quality Vertical Informatica

Informatica Data Quality Upgrade. Marlene Simon, Practice Manager IPS Data Quality Vertical Informatica Informatica Data Quality Upgrade Marlene Simon, Practice Manager IPS Data Quality Vertical Informatica 2 Biography Marlene Simon Practice Manager IPS Data Quality Vertical Based in Colorado 5+ years with

More information

How to Use Full Pushdown Optimization in PowerCenter

How to Use Full Pushdown Optimization in PowerCenter How to Use Full Pushdown Optimization in PowerCenter 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Changing the Password of the Proactive Monitoring Database User

Changing the Password of the Proactive Monitoring Database User Changing the Password of the Proactive Monitoring Database User 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Code Page Configuration in PowerCenter

Code Page Configuration in PowerCenter Code Page Configuration in PowerCenter 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Using the Normalizer Transformation to Parse Records

Using the Normalizer Transformation to Parse Records Using the Normalizer Transformation to Parse Records 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Aggregate Data in Informatica Developer

Aggregate Data in Informatica Developer Aggregate Data in Informatica Developer 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

DOIS MSP BASICS. June 1, 2006

DOIS MSP BASICS. June 1, 2006 DOIS MSP BASICS June 1, 2006 MSP BASICS MSP BASE DATA WHERE DOES IT COME FROM? The Hot Case time is taken directly from the LEAVE time in the Route Base Info window. Carriers should be hitting the Hot

More information

Park Redhill Country Park Customer Name Ferxjtru Address 1 sxucvvijrnrrwsj Address 2 zoddeqqygo Town / City New York Country USA Postcode 4117 County USA Telephone 89013156810 E-mail pozcblfu@tadlnqhd.com

More information

What is this document for? Why use Tierranet? Where do I start?

What is this document for? Why use Tierranet? Where do I start? GoChronicle Email Chronicle Technologies Inc. 1(866) 247-6684 www.gochronicle.com What is this document for? You don t have to be a techno-wizard to start using Chronicle. This document will help get your

More information

Creating an Avro to Relational Data Processor Transformation

Creating an Avro to Relational Data Processor Transformation Creating an Avro to Relational Data Processor Transformation 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Using PowerCenter to Process Flat Files in Real Time

Using PowerCenter to Process Flat Files in Real Time Using PowerCenter to Process Flat Files in Real Time 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license.

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Johns Hopkins University. Welcome to Quality Improvement: Data Quality Improvement.

More information

First Data Global Gateway SM Virtual Terminal User Manual

First Data Global Gateway SM Virtual Terminal User Manual First Data Global Gateway SM Virtual Terminal User Manual Version 1.0 2015 First Data Corporation. All Rights Reserved. All trademarks, service marks, and trade names referenced in this material are the

More information

1 A product that should be in a device s inventory is not showing up in the inventory

1 A product that should be in a device s inventory is not showing up in the inventory ZENworks 11 SP3 Troubleshooting Inventory January 2015 This document provides troubleshooting guidelines for common problems related to ZENworks 11 SP3 Inventory. If, after completing the troubleshooting

More information

2013 Contact Data Quality Benchmark Report:

2013 Contact Data Quality Benchmark Report: 2013 Contact Data Quality Benchmark Report: The Top 100 Online Retailers This fourth annual benchmark report provides insight into data quality trends as represented by the top e-commerce and m-commerce

More information

Addressing: Issues & Opportunities for Government Agencies. Jim Wilson Manager, Address Management United States Postal Service

Addressing: Issues & Opportunities for Government Agencies. Jim Wilson Manager, Address Management United States Postal Service Addressing: Issues & Opportunities for Government Agencies Jim Wilson Manager, Address Management United States Postal Service 1 Overview What is a quality address How address validation tools can help

More information

SmartServer. Quick-Start Guide. OAK-SVQ-04 SmartServer Quick-Start - Oak

SmartServer. Quick-Start Guide. OAK-SVQ-04 SmartServer Quick-Start - Oak SmartServer Quick-Start Guide OAK-SVQ-04 2 SmartServer Quick-Start Guide This document will guide you through configuring your new SmartServer software for the first time. Even after you have read this

More information

Usps overnight delivery times

Usps overnight delivery times P ford residence southampton, ny Usps overnight delivery times Priority Mail Express overnight mail & delivery is our fastest domestic service. Get free boxes & envelopes, pickup, and tracking with overnight

More information

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition Eugene Gonzalez Support Enablement Manager, Informatica 1 Agenda Troubleshooting PowerCenter issues require a

More information

Manually Defining Constraints in Enterprise Data Manager

Manually Defining Constraints in Enterprise Data Manager Manually Defining Constraints in Enterprise Data Manager 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Questionnaire Specification Database for Blaise Surveys

Questionnaire Specification Database for Blaise Surveys Questionnaire Specification Database for Blaise Surveys Lilia Filippenko, Valentina Grouverman, Joseph Nofziger, RTI International 1 Introduction Developing large scale, complex Computer Assisted Interview

More information

Better Translation Technology. Documentation for. XTM Bridge

Better Translation Technology. Documentation for. XTM Bridge Better Translation Technology Documentation for XTM Bridge Documentation for XTM Bridge. Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of this publication

More information

HOW TO CONFIGURE REAL-TIME ALERTS FOR NETWRIX NON-OWNER MAILBOX ACCESS REPORTER FOR EXCHANGE

HOW TO CONFIGURE REAL-TIME ALERTS FOR NETWRIX NON-OWNER MAILBOX ACCESS REPORTER FOR EXCHANGE HOW TO CONFIGURE REAL-TIME ALERTS FOR NETWRIX NON-OWNER MAILBOX ACCESS REPORTER FOR EXCHANGE Product Version: 3.0 July/2012. Legal Notice The information in this publication is furnished for information

More information

Digital Data Manager Model 747

Digital Data Manager Model 747 Digital Data Manager Model 747 Staff Guide 3M Library Systems 3M Center, Building 225-4N-14 St. Paul, Minnesota 55144-1000 www.3m.com/library Copyright 2000, 2001, 2002 3M IPC. All rights reserved. 75-0500-4514-4,

More information

Using Data Replication with Merge Apply and Audit Apply in a Single Configuration

Using Data Replication with Merge Apply and Audit Apply in a Single Configuration Using Data Replication with Merge Apply and Audit Apply in a Single Configuration 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

MapMarker Plus Developer Installation Guide

MapMarker Plus Developer Installation Guide MapMarker Plus 11.1 Developer Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

Park The Flagship Country Park Customer Name Zqxrhymi Address 1 mhgtntkcsjqnvov Address 2 ODsLUgNXYkSwqWD Town / City New York Country USA Postcode 3168 County USA Telephone 71015015637 E-mail lwdxhxji@clitetpm.com

More information

Address Verification Best Practices for Russian Federation

Address Verification Best Practices for Russian Federation Address Verification Best Practices for Russian Federation Copyright Informatica LLC 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the United

More information

Why Use OSU Printing & Mailing Services?

Why Use OSU Printing & Mailing Services? Why Use OSU Printing & Mailing Services? Printing & Mailing Numbers Bulk Mail Pieces Reducing Costs For Our Clients Without proper mail preparation, you could be paying a significant amount more in production

More information

To gain an understanding on how to maintain an entry in the Address screen for an employee by updating the following:

To gain an understanding on how to maintain an entry in the Address screen for an employee by updating the following: Contents Procedure Overview Edit Address Process Step Copy Address Process Step Create Foreign Address Process Step HR Data Verification Report & Master Data Sheet Procedure Overview Overview To gain an

More information

WITH INTEGRITY

WITH INTEGRITY EMAIL WITH INTEGRITY Reaching for inboxes in a world of spam a white paper by: www.oprius.com Table of Contents... Introduction 1 Defining Spam 2 How Spam Affects Your Earnings 3 Double Opt-In Versus Single

More information

Address Verification Best Practices for Spain

Address Verification Best Practices for Spain Address Verification Best Practices for Spain Copyright Informatica LLC 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the United States and many

More information

How to Export a Mapping Specification as a Virtual Table

How to Export a Mapping Specification as a Virtual Table How to Export a Mapping Specification as a Virtual Table 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

OMS Data Quality Standard

OMS Data Quality Standard OMS Data Quality Standard Webinar for OMS users, 25 September 2018 European Medicines Agency An agency of the European Union Welcome to the OMS Data Quality Standard webinar Duration - 2 hours Webinar

More information

Configuring a Microstrategy Resource in Metadata Manager 9.5.0

Configuring a Microstrategy Resource in Metadata Manager 9.5.0 Configuring a Microstrategy Resource in Metadata Manager 9.5.0 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

How to Run a PowerCenter Workflow from SAP

How to Run a PowerCenter Workflow from SAP How to Run a PowerCenter Workflow from SAP 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or

More information

SPSS Statistics Patch Description

SPSS Statistics Patch Description SPSS Statistics 18.0.1 Patch Description Product: SPSS Statistics 18.0.1 Date: December 8, 2009 Description: This patch resolves the following issues: 1. A problem with reading large SAS data files was

More information

This document contains information on fixed and known limitations for Test Data Management.

This document contains information on fixed and known limitations for Test Data Management. Informatica LLC Test Data Management Version 10.1.0 Release Notes December 2016 Copyright Informatica LLC 2003, 2016 Contents Installation and Upgrade... 1 Emergency Bug Fixes in 10.1.0... 1 10.1.0 Fixed

More information

Table Of Contents. Requirements. Overview. Comparing Informatica Export XML Files using iexportnormalizer

Table Of Contents. Requirements. Overview. Comparing Informatica Export XML Files using iexportnormalizer Table Of Contents Requirements...1 Overview...1 The Problem...2 The Solution...3 iexportnormalizer utility...4 Configuring Beyond Compare...5 Conversion...7 Grammer...7 Using Beyond Compare...8 Introduction...8

More information

Business Glossary Best Practices

Business Glossary Best Practices Business Glossary Best Practices 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

FULFILLMENT PROGRAM How to Order Membership Invitation Materials

FULFILLMENT PROGRAM How to Order Membership Invitation Materials FULFILLMENT PROGRAM How to Order Membership Invitation Materials FULFILLMENT Yes, I want to order invitation materials. Yes, I want to customize a membership invitation letter and have invitation packets

More information

My Locations help guide

My Locations help guide IHS CONNECT My Locations help guide MARCH 2016 User Guide connect.ihs.com Contact us: Customer Care OVERVIEW The My Locations feature lets you upload the places of interest to you onto Connect. You can

More information

805C-LF Conduct Postal Directory Functions Status: Approved

805C-LF Conduct Postal Directory Functions Status: Approved Report Date: 14 Jul 2017 805C-LF5-1230 Conduct Postal Directory Functions Status: Approved Distribution Restriction: Approved for public release; distribution is unlimited. Destruction Notice: None Foreign

More information

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning Creating an Intranet using Lotus Web Content Management Introduction Part 2 Project Planning Many projects have failed due to poor project planning. The following article gives an overview of the typical

More information

ISO INTERNATIONAL STANDARD. Geographic information Quality principles. Information géographique Principes qualité. First edition

ISO INTERNATIONAL STANDARD. Geographic information Quality principles. Information géographique Principes qualité. First edition INTERNATIONAL STANDARD ISO 19113 First edition 2002-12-01 Geographic information Quality principles Information géographique Principes qualité Reference number ISO 2002 Provläsningsexemplar / Preview PDF

More information

If you require more information that is not included in this document, please contact us and we will be happy to provide you with further detail.

If you require more information that is not included in this document, please contact us and we will be happy to provide you with further detail. Summary This document is an introduction to how Neuxpower has designed and built NXPowerLite for File Servers to be a powerful technology, while respecting customer data and taking a safety-first approach

More information

Configuring an SAP Business Warehouse Resouce in Metadata Manager 9.5.0

Configuring an SAP Business Warehouse Resouce in Metadata Manager 9.5.0 Configuring an SAP Business Warehouse Resouce in Metadata Manager 9.5.0 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Blackbaud Merchant Services Web Portal Guide

Blackbaud Merchant Services Web Portal Guide Blackbaud Merchant Services Web Portal Guide 10/09/2017 Blackbaud Merchant Services 4.0 Blackbaud Merchant Services Web Portal Guide US 2016 Blackbaud, Inc. This publication, or any part thereof, may not

More information

A Guide for Customer Accounts

A Guide for Customer Accounts A Guide for Customer Accounts Introduction This document contains set up and configuration guides for ODDS Customer Accounts. This manual helps to assist customers with the setup of their ODDS account,

More information

ADDRESS DATA CLEANSING A BETTER APPROACH

ADDRESS DATA CLEANSING A BETTER APPROACH ADDRESS DATA CLEANSING A BETTER APPROACH Oracle s JD Edwards EnterpiseOne Address Data Cleansing: A Better Approach The term Undeliverable as Addressed (UAA) and Return Mail (return to sender) are common

More information

Direct Marketing with a Digital Twist

Direct Marketing with a Digital Twist Direct Marketing with a Digital Twist Direct Mail Versus Email Marketing Multi-channel marketing is today s standard, and it seems the debate continues to rage on over Direct marketing vs. Email Marketing.

More information

Implementing Data Masking and Data Subset with IMS Unload File Sources

Implementing Data Masking and Data Subset with IMS Unload File Sources Implementing Data Masking and Data Subset with IMS Unload File Sources 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

CUSTOMER WEBPAGE USER GUIDE

CUSTOMER WEBPAGE USER GUIDE www.gardewine.com CUSTOMER WEBPAGE USER GUIDE Contents SECTION 1: LOGIN... 1 SECTION 2: ON LINE TRACING... 2 Pro Trace... 2 Fast Track... 3 Date Tracing... 3 Pronumber Tracing... 3 BOL/ Reference Number

More information

Full User Manual and Quick Start Guide

Full User Manual and Quick Start Guide Full User Manual and Quick Start Guide 2 W hile every precaution has been taken in the preparation of this manual, we assume no responsibility for errors or omissions. Neither, is any liability assumed

More information

Address Verification Best Practices for South Korea

Address Verification Best Practices for South Korea Address Verification Best Practices for South Korea Copyright Informatica LLC 1993, 2018. Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Implementing Data Masking and Data Subset with IMS Unload File Sources

Implementing Data Masking and Data Subset with IMS Unload File Sources Implementing Data Masking and Data Subset with IMS Unload File Sources 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

How to Reduce mailing Costs: Best Practices for U.S. Businesses

How to Reduce mailing Costs: Best Practices for U.S. Businesses How to Reduce mailing Costs: Best Practices for U.S. Businesses For more information please vist: http://www.pb.com/equipment/ CONTENTS 1.0 Understanding the True Cost of Mailings 1.1 Manual Labor 1.2

More information

C exam.34q C IBM InfoSphere QualityStage v9.1 Solution Developer

C exam.34q   C IBM InfoSphere QualityStage v9.1 Solution Developer C2090-304.exam.34q Number: C2090-304 Passing Score: 800 Time Limit: 120 min C2090-304 IBM InfoSphere QualityStage v9.1 Solution Developer Exam A QUESTION 1 You re-ran a job to update the standardized data.

More information

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved support@pixlogix.com Shipping Availability Magento Extension by PIXLOGIX USER GUIDE All rights reserved Table of Contents 1. Installation Process... 3 2. Shipping Availability Configuration... 4 2.1 General...

More information

805C-LF Prepare Claims and Inquiry Forms Status: Approved

805C-LF Prepare Claims and Inquiry Forms Status: Approved Report Date: 31 Jul 2017 805C-LF5-1420 Prepare Claims and Inquiry Forms Status: Approved Distribution Restriction: Approved for public release; distribution is unlimited. Destruction Notice: None Foreign

More information

Self-Service Data Preparation for Qlik. Cookbook Series Self-Service Data Preparation for Qlik

Self-Service Data Preparation for Qlik. Cookbook Series Self-Service Data Preparation for Qlik Self-Service Data Preparation for Qlik What is Data Preparation for Qlik? The key to deriving the full potential of solutions like QlikView and Qlik Sense lies in data preparation. Data Preparation is

More information

Installing and Running a Data Quality Loqate Standard Address Application

Installing and Running a Data Quality Loqate Standard Address Application Installing and Running a Data Quality Loqate Standard Address Application This use case describes how to install and run a Data Quality (DQ) Loqate Standard Address application. It includes the following

More information

Tutorial 1: Simple Parameterized Mapping

Tutorial 1: Simple Parameterized Mapping Tutorial 1: Simple Parameterized Mapping 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

NCOA Link File Matching Guidelines

NCOA Link File Matching Guidelines NCOA Link File Matching Guidelines The success of the NCOA process is heavily dependent on the accuracy and format of the Name and Address information contained on the Client file submitted for processing.

More information

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP5StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information