How. Matching Technology Improves. White Paper

Size: px
Start display at page:

Download "How. Matching Technology Improves. White Paper"

Transcription

1 How Matching Technology Improves Data Quality White Paper

2 Table of Contents How... 3 What is Matching?... 3 Benefits of Matching... 5 Matching Use Cases... 6 What is Matched?... 7 Standardization before Matching... 7 Matching Technology... 9 Probabilistic Deterministic versus Probabilistic Blocking Matching Process What to do with Matches Conclusion About Talend Data Quality Page 2 of 18

3 How Enterprise applications like Master Data Management, Customer Data Integration, and Data Warehouse projects rely on clean, duplicate-free data to really be effective business tools. Companies have sought the single source of truth in their customer data, transactional data and even in their metadata to make these applications most effective. Matching plays an important role in achieving a single view of customers, parts, transactions and almost any type of data. For decades, software vendors and computer scientists have devised strategies and technologies for finding relationships within the data. Some of the first published works on matching strategies were as early as 1946, when Halbert Dunn, MD, who was Chief, National Office of Vital Statistics for the U. S. Public Health Service wrote a paper in which he described linking the pages of a person s medical records to create a book of life. It was an idea ahead of its time, since technology of the era was certainly not up to the task. In 1969, Ivan Fellegi and Alan Sunter formalized probabilistic matching techniques in a break-through research paper. Over the years, others have tweaked algorithms to match records. The strategies for matching records are mature and well-documented, although not always simple. This white paper looks into the topic of matching, what it is, how it works, and different methods for matching data. What is Matching? Matching is the process of putting together similar or the same records in order to either identify or remove duplicates from the Page 3 of 18

4 data. Matching is often used to link together records that have some sort of relationship. Since data doesn t always tell us the relationship between two data elements, matching technology lets us define rules for items that might be related. How relationships are interpreted and used, either in Business to Business data or in Business to Consumer data, depends on the context of the project and the needs of the business users. Commonly, corporations use matching to remove duplicate customer records and therefore optimize marketing programs, but there are many uses for this optimized data beyond marketing. Data may contain business names rather than households and relationships need to be created between IBM Corp., International Business Machines, and I.B.M., for example. Data to be matched may also come from supply chain and ERP data, where the matcher relies on patterns to match, for example, the part numbers of XL to XL Data may be descriptive data, where the matcher needs to find a relationship between Frozen Carrots and Car, Frzn. The identification of these relationships will contribute to the organization s data management strategy and effectiveness. Matching is also called Linking because the end result of finding two related records in your data might not necessarily be to delete one of the records or combine two or more records. Rather, the solution to understand your customers may just be to link the records together (using keys). A family who lives under one household and does business with one bank is an example of a household whose records should remain separate, but linked by household. Page 4 of 18

5 Benefits of Matching All corporations can benefit from matching, because the benefits are plentiful. The top benefits include: Billing and Credit Removal of duplicate records and householding can lead to benefits such as unified billing, accurate revenue accounting, accurate contract billings, unified credit management and reduced mailing costs. Direct mail/marketing Companies can decrease the costs associated with direct mail by mailing one and only one promotion to any given household. Relationships with customers Organizations with more accurate and duplicate-free records have better relationships with those customers. Supply Chain and Inventory Efficiency By matching inventory in a warehouse that is physically identical, but seemingly unconnected in the database, the company can lower carrying costs. There's less inventory to put away, less space to rent, lower insurance and taxes on inventory, lower costs to physically count inventory and lower risk from obsolete inventory. Vendor Cost Savings With cleaner vendor and inventory data, buyers have more accurate information on the amount purchased from any given vendor. Armed with accurate data, the buyer can apply pressure on the vendor to lower costs. Page 5 of 18

6 Overall Corporate Efficiency With duplicate-free data, users are more likely to adopt systems that will improve corporate efficiency. Storing fewer gigabytes of more accurate data is much more efficient. Matching Use Cases Matching software is commonly used in several different configurations, including but not limited to: One-time matching project where companies perform a one-time removal of duplicates from a single database or a one-time linking of two or more databases Real time single database often accomplished with first identification of duplicates, then real time matching to ensure that no duplicate records are added to the database Matching of multiple databases at regular interval most commonly as part of a data warehouse, where data is nightly loading into a data warehouse to understand business intelligence metrics Linking multiple databases via a master index where the flow of data enters a central master data management hub. In such a configuration, data quality is a service, called by the master data management application Page 6 of 18

7 What is Matched? Powerful matching technology will match a variety of types of data, including but not limited to: Individuals Individuals living at the same address. The software finds individuals, even if the data is mistyped or if nicknames are involved. The software knows that Bob and Rob are derived from the same root name. Households - Members of the same household living at one address. Usually, this is powerful in finding head of household and contacting only one person with marketing offers, for example. Businesses Companies with the same or similar names, also with the ability to recognize EMC, E.M.C and E M C Corp as the same company, for example. Inventory or Supply Chain Items Companies looking to consolidate parts and items with the same or similar names. The software understands that a bolt, one half inch might be a match to a 1/2 bolt or that carrots, frozen might be the same as Frz Car. Since this data is so unique from industry to industry, some standardization of data may be necessary for finding these types of matches. Standardization before Matching Nearly all experts agree that standardization is absolutely necessary before matching. Standardization is a process by which an agreed standard is defined for any type of data. The rules are offered as part of a business rules engine and applied to the data. So for Page 7 of 18

8 example, the postal services in various countries offer standards for name and address data. One such standard in the United States is that on addresses the word street is always abbreviated ST, and not Str or Street. Users may also opt to standardize data shapes, too. In an ERP or supply chain system, for example, a company may decide to always designate part numbers as NN-AAAAA, where N is a number, and A is an alphanumeric character. In this scenario, part number 12-HGAJS would be valid, while 12HGAJS_2 would be subject to standardization. For name data, nicknames can also be problematic. Attempting to match Steve with Stephen, for example, requires standardization. The strategy here is to create a root name attribute in the database that stores the root name of Steve, which is Stephen. This strategy keeps the original names intact in the database, but gives match opportunity to Steve Williams and Stephen Williams in your database. Data standardization can be achieved with Talend Data Quality by using your own business rules, regular expressions and even public domain and government sources like the US Census, data.gov and geonames.org. This standardization is not only integral to data quality, it s integral to the effectiveness of master data management, CRM, ERP and many business applications. Standardization also helps when data is misfielded, for example, a name is inadvertently typed into an address line. This commonly occurs during data migration, especially in legacy systems where data tends to be less structured. For example, some billing systems data may contain Attn: Accounts Payable on various lines of the database, and it s up to standardization to sort this out. By the same token, similar records won t come together when comparing Steven A. Smith to 25 Main St.. Profiling the data ahead of time is the best way to ensure that the correct data exists in the correct field and that apples are being compared to apples. The standardization process improves matching results, even when implemented along with very simple matching algorithms. More Page 8 of 18

9 exact matches will exist once the address has been standardized and the root name has been found. More exact matches will also exist once part numbers and descriptions have been standardized. However, in combination with advanced matching techniques, standardization can improve information quality even more. Matching Technology After standardization, Talend Data Quality matching uses algorithms to determine when two or more records match. It identifies matching records referring to the same business, household, individual/contact, product, etc. and identifies relationships linking a contact to a business, an individual to a household, a product to a product class, or other. The strength of matching technology is defined by how powerful the algorithms are to establish the match. For algorithms, solutions have powerful routines that are specially designed to compare names, addresses, strings and partial strings, business names, spelling errors, postal codes, tax ID numbers, data that sounds similar such as Phig and Fig, and more. There are two common types of matching technology on the market today, deterministic and probabilistic. Deterministic or rules-based matching is where records are compared using fuzzy algorithms. The various algorithms allow for a little bit of slop in data, so that if there are typos or phonetic similarities (like ph & f), the algorithms can identify linkage. Ultimately, the user decides which rows to compare and what algorithm to use on each. Each row can have a weight, so that a user might decide that TaxID number (social security number) has more weight than last name, for example. The user can choose from one of these common algorithms: Fuzzy Match Algorithm Use Case/Description Exact Match You can use an exact matching algorithm to find exact duplicates. Smith will match to Smith Page 9 of 18

10 and only Smith with no fancy variations. After records have been standardized, a certain number of new exact matches should come as a natural result. SoundEx Developed for the some of the first computers performing the US census in the 1930s, SoundEx is a phonetic algorithm for indexing names by sound, as pronounced in English. The algorithm mainly encodes consonants; a vowel will not be encoded unless it is the first letter. Improvements to SoundEx are the basis for many of the modern phonetic algorithms that follow. Metaphone and Double Metaphone Realizing that SoundEx was limited, Metaphone was developed in the 1990s, using a larger set of rules for English pronunciation. Later, double metaphones were developed to provide even more power. The algorithm returns both a primary and a secondary code to account for many variations of surnames with common ancestry. For example, encoding the name "Smith" yields a primary code of SM0 and a secondary code of XMT, while the name "Schmidt" yields a primary code of XMT and a secondary code of SMT--both have XMT in common. The Double Metaphones algorithm does a better job because it uses a much more complex rule set for coding than its SoundEx and metaphones. Levenshtein In the 1960s, a Russian scientist devised the Levenshtein distance algorithm. Levenshtein distance is a measure of the similarity between two strings. Users define the distance, which is the number of deletions, insertions, or Page 10 of 18

11 substitutions required to transform one into the other. For example the distance between Smith and Smith is 0, because no transformations are needed. However, the distance between Smith and Smyth is 1 because one substitution is needed to transform it. Smith and Smythe would have a distance of 2, and so on. Jaro-Winkler Jaro-Winkler is similar in function to Levenshtein, since it measures the number of differences between strings. However, characters at the beginning of the string are given more weight than those at the end. This weighting of characters allows Jaro-Winkler to deliver a score between zero and 1, with one being a perfect match. Probabilistic The second category of matching technology is called probabilistic, the very same theories that Fellegi and Sunter wrote about back in The intricacies of probabilistic matching run well beyond the scope of this white paper. However, statistical analysis and advanced algorithms are key to its success. The algorithm is smart enough to know that a common last name like Jones should play a smaller role in matching as compared to a less common last name, like Jimmerson. How does it know? Probabilistic matching technology performs statistical analysis on the data and deciding the frequency of items. It then uses that analysis to weight the match, similar to the way that the user can apply weight to the relevance of each row. Page 11 of 18

12 Deterministic versus Probabilistic Data quality solutions often offer both types of matching, since one is not necessarily superior to the other. While deterministic matching doesn t take into account a holistic view of the data set, it will produce a good many matches and is much easier for data management professionals to understand and tune. Probabilistic may be superior in its holistic view of the data, but the ability to understand and track why records matched and why they didn t is hindered by a complex algorithm. If you re trying to do real-time matching, having one incoming record match up against a master data set, deterministic will also offer some performance benefits. Remember that probabilistic relies on statistical analysis of the data and that may slow performance on real-time jobs. Blocking No matter what algorithms you decide to use, the thought of comparing a large number of records to themselves to find matches makes the task a daunting one, both in resources needed and in time needed to compare them. If you have a million rows of data, you wouldn t want to have to make one million comparisons. Even comparing a single record against your large database would take significant time. The time to execute will grow exponentially as your dataset grows. That s why most software vendors recommend first making blocks or grouping keys part of the matching process. By creating a key so that only those records that have some basic similarities will be compared, matching performance improves with no effect on matching accuracy. The key might consist of part of a last name, postal code, street name, or sex. Only record pairs with identical keys will be grouped for more in-depth matching. Page 12 of 18

13 Organizations often evoke a multi-match strategy, where matching is analyzed from various angles. For name and address data, organizations might rely heavily on tax id (Social Security) number where it exists, while relying on other factors, such as address, last name, city, and state, where tax id is missing from the customer records. Matching Process If we were to take a journey from a record s perspective through a matching system, it would go something like this. The matcher starts with the entire database and quickly whittles down the list of possible matches by establishing the match key. Only those records that are somewhat alike (those with the same window key) are more precisely compared. This step is extremely fast. In a 100,000 record database, this step might reduce the list of match possibilities to say fifty possible detailed matches. In phase two, the fifty remaining records will be then be scrutinized more carefully with the solution s powerful algorithms. All of the major matching engines on the market use a similar two step process for matching. The wide variation seems to be in the Page 13 of 18

14 actual algorithms for detailed matching, more specifically in the efficiency in which they find correct matches, the rate at which they avoid bad matches, the ability for the matching solution to handle a wide variety of data domains and types, and the speed at which they do complete the task. PROCESS Profile DETAIL Profile the data to understand data quality issues. Issues can be categorized, so that misfielded data can go through one process, incomplete records through another, etc. Standardize Use a standardization process to optimize match efficiency. Be certain that data conforms to standards, if they exist, data is fielded correctly, and that nicknames, data shapes, and abbreviations are standardized Identify fields to compare (any/all field types) Perform match on fields that are unique. In this example, a straight name and address match will be performed. Matching can use any data available, however. This includes tax ID number, customer number, address, etc. Match Grouping Keys To deliver matching that is both accurate and high performance, Talend recommends first making grouping keys part of the matching process. Processing time to compare a single record against your entire database can take significant time. The time to execute will grow exponentially as your dataset grows. By creating a key so that only those records that have some basic similarities will be compared, matching performance improves with no effect on matching accuracy. Page 14 of 18

15 For example, if you were to generate a set of keys based on features of each customer record. The key might consist of part of a last name, postal code, street name, or sex. Only record pairs with identical keys will be grouped for more in-depth matching. Match Talend s algorithms are available that are specifically designed for name comparison, address comparison, spelling errors, items that sound alike such as phish and fish, and more. Match results are then grouped by pass, suspect and fail patterns. These match patterns allow users to know exactly why records were brought together. This information is crucial to enable matcher rules tuning. Users can experiment with different scores and weighting to find more matches. What to do with Matches Once data has been processed through the matcher, there are several possible outcomes. Between any two given records in the same match window, the matcher may find: No relationship Match the matcher found a definite match based on the criteria given Suspect the matcher thinks it found a match but is not confident. The results should be manually reviewed. Page 15 of 18

16 The matcher does not stop when it finds a match. In large data sets, it is often the case that an individual may exist in many different forms in the data. Mitigating the suspect matches is the most time-consuming follow-up task after the matching is complete. It is because of this that some tools offer utilities and strategies for dealing with them. The tools will present the suspect matches in a graphical user interface and allow users to pick which relationships are accurate and which are not. Conclusion Matching is vital to providing data that is fit-for-use in enterprise applications. There are key strategies outlined in this whitepaper. Be sure to standardize data, making sure that addresses are being compared to addresses and not names, for example. Finally, use powerful, yet transparent routines to perform the match to ensure that any data that has been brought together can be easily reconciled. Page 16 of 18

17 About Talend Data Quality Talend offers a complete Data Quality solution, composed of two products: the open source data profiling tool, Talend Open Profiler is available now on the web site, ready for download and free to use, or you may chose the powerful Talend Data Quality suite, for the improvement and corporate management of Data Quality. The suite includes the foundation tools for data quality, including data profiling, correction, issue mitigation, advanced reporting and an integrated Data Integration tool for quick and easy data transformations. Talend Data Quality includes the following tools: Data Profiling provides deep analysis of Data Quality problems and measures the evolution of Data Quality over time. It includes a report management framework that will compare current and historical statistics to determine the data improvement or degradation. Data Explorer lets users directly drill down into the tables of the analyzed databases to correlate data more precisely. Data Cleansing improves Data Quality by using standards reference data and cross-checking your data against other databases and reference data. It also enriches data by providing value-add information that actually improves the quality and usefulness of existing data. Data Matching helps you identify hidden duplicates in the data, offering a single view of customers, part numbers or almost any other data domain. Data Quality Portal is an analytical web application that lets business users share and capitalize on analysis results and reports. Page 17 of 18

18 How All functionality is completely integrated with Talend s data management solutions: Talend Integration Suite and Talend MDM. Take what you've learned from profiling and use the analysis in your Data Integration or MDM workflow. Single user interface, repository and deployment environment provide all you need to complete your data management tasks. Talend Data Quality Cleanse & track - Specific components - Reports - Data Quality Portal Talend Open Profiler Identify Data Quality problems - Free, GPL, no limitations - Custom indicators For more information on Talend open source solutions: Contact Talend in your region: Talend. All rights reserved. Page 18 of 18

ActivePrime's CRM Data Quality Solutions

ActivePrime's CRM Data Quality Solutions Data Quality on Demand ActivePrime's CRM Data Quality Solutions ActivePrime s family of products easily resolves the major areas of data corruption: CleanCRM is a single- or multi-user software license

More information

Overcoming Objections to Data Governance. White Paper

Overcoming Objections to Data Governance. White Paper Overcoming Objections to Data Governance White Paper Table of contents... 3 Data Governance Objections... 3 Quick, Low Cost Wins... 4 Project Selection... 5 Project Difficulty... 6 Project Value... 7 The

More information

Accurate identification and maintenance. unique customer profiles are critical to the success of Oracle CRM implementations.

Accurate identification and maintenance. unique customer profiles are critical to the success of Oracle CRM implementations. Maintaining Unique Customer Profile for Oracle CRM Implementations By Anand Kanakagiri Editor s Note: It is a fairly common business practice for organizations to have customer data in several systems.

More information

Susan J Hyatt President and CEO HYATTDIO, Inc. Lorraine Fernandes, RHIA Global Healthcare Ambassador IBM Information Management

Susan J Hyatt President and CEO HYATTDIO, Inc. Lorraine Fernandes, RHIA Global Healthcare Ambassador IBM Information Management Accurate and Trusted Data- The Foundation for EHR Programs Susan J Hyatt President and CEO HYATTDIO, Inc. Lorraine Fernandes, RHIA Global Healthcare Ambassador IBM Information Management Healthcare priorities

More information

Why is Internal Audit so Hard?

Why is Internal Audit so Hard? Why is Internal Audit so Hard? 2 2014 Why is Internal Audit so Hard? 3 2014 Why is Internal Audit so Hard? Waste Abuse Fraud 4 2014 Waves of Change 1 st Wave Personal Computers Electronic Spreadsheets

More information

Top 10 Root Causes of Data Quality Problems. White Paper

Top 10 Root Causes of Data Quality Problems. White Paper Top 10 Root Causes of Data Quality Problems White Paper Table of Contents #1 - Typographical Errors and Non-Conforming Data... 3 #2 - Information Obfuscation... 4 #3 - Renegade IT and Spreadmarts... 5

More information

The Butterfly Effect on Data Quality How small data quality issues can lead to big consequences

The Butterfly Effect on Data Quality How small data quality issues can lead to big consequences How small data quality issues can lead to big consequences White Paper Table of Contents How a Small Data Error Becomes a Big Problem... 3 The Pervasiveness of Data... 4 Customer Relationship Management

More information

A Melissa Data White Paper. Six Steps to Managing Data Quality with SQL Server Integration Services

A Melissa Data White Paper. Six Steps to Managing Data Quality with SQL Server Integration Services A Melissa Data White Paper Six Steps to Managing Data Quality with SQL Server Integration Services 2 Six Steps to Managing Data Quality with SQL Server Integration Services (SSIS) Introduction A company

More information

Master Your Data and Your Business Using Informatica MDM. Ravi Shankar Sr. Director, MDM Product Marketing

Master Your Data and Your Business Using Informatica MDM. Ravi Shankar Sr. Director, MDM Product Marketing Master Your and Your Business Using Informatica MDM Ravi Shankar Sr. Director, MDM Product Marketing 1 Driven Enterprise Timely Trusted Relevant 2 Agenda Critical Business Imperatives Addressed by MDM

More information

HIGH PRECISION MATCHING AT THE HEART OF MASTER DATA MANAGEMENT

HIGH PRECISION MATCHING AT THE HEART OF MASTER DATA MANAGEMENT HIGH PRECISION MATCHING AT THE HEART OF MASTER DATA MANAGEMENT Author: Holger Wandt Management Summary This whitepaper explains why the need for High Precision Matching should be at the heart of every

More information

DataFlux Data Management Studio

DataFlux Data Management Studio DataFlux Data Management Studio DataFlux Data Management Studio provides the key for true business and IT collaboration a single interface for data management tasks. A Single Point of Control for Enterprise

More information

Harness the value of information throughout the enterprise. IBM InfoSphere Master Data Management Server. Overview

Harness the value of information throughout the enterprise. IBM InfoSphere Master Data Management Server. Overview IBM InfoSphere Master Data Management Server Overview Master data management (MDM) allows organizations to generate business value from their most important information. Managing master data, or key business

More information

Oracle Warehouse Builder 10gR2 Transforming Data into Quality Information. An Oracle Whitepaper January 2006

Oracle Warehouse Builder 10gR2 Transforming Data into Quality Information. An Oracle Whitepaper January 2006 Oracle Warehouse Builder 10gR2 Transforming Data into Quality Information An Oracle Whitepaper January 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material,

More information

White Paper. Thirsting for Insight? Quench It With 5 Data Management for Analytics Best Practices.

White Paper. Thirsting for Insight? Quench It With 5 Data Management for Analytics Best Practices. White Paper Thirsting for Insight? Quench It With 5 Data Management for Analytics Best Practices. Contents Data Management: Why It s So Essential... 1 The Basics of Data Preparation... 1 1: Simplify Access

More information

IBM Analytics Prepare and maintain your data

IBM Analytics Prepare and maintain your data Data quality and master data management in a hybrid environment Table of contents 3 4 6 6 9 10 11 12 13 14 16 19 2 Cloud-based data presents a wealth of potential information for organizations seeking

More information

Data Governance for ERP Projects

Data Governance for ERP Projects Data Governance for ERP Projects Adopting the Best Practices for Ongoing Data Management A whitepaper by Verdantis Data Governance has emerged as the point of convergence for people, technology and process

More information

Making Business Intelligence Easy. Whitepaper Measuring data quality for successful Master Data Management

Making Business Intelligence Easy. Whitepaper Measuring data quality for successful Master Data Management Making Business Intelligence Easy Whitepaper Measuring data quality for successful Master Data Management Contents Overview... 3 What is Master Data Management?... 3 Master Data Modeling Approaches...

More information

IBM Software A Journey to Adaptive MDM

IBM Software A Journey to Adaptive MDM IBM Software A Journey to Adaptive MDM What is Master Data? Why is it Important? A Journey to Adaptive MDM Contents 2 MDM Business Drivers and Business Value 4 MDM is a Journey 7 IBM MDM Portfolio An Adaptive

More information

ABOUT THE AUTHOR. Stephanie Macedo Field Marketing Manager. Follow Me on Twitter @SCMacedo25

ABOUT THE AUTHOR. Stephanie Macedo Field Marketing Manager. Follow Me on Twitter @SCMacedo25 ABOUT THE AUTHOR Stephanie Macedo Field Marketing Manager Follow Me on Twitter @SCMacedo25 Stephanie is the Field Marketing Manager at AgilOne. She helps to develop and market regional marketing events

More information

ADVANTAGES OF IMPLEMENTING A DATA WAREHOUSE DURING AN ERP UPGRADE

ADVANTAGES OF IMPLEMENTING A DATA WAREHOUSE DURING AN ERP UPGRADE ADVANTAGES OF IMPLEMENTING A DATA WAREHOUSE DURING AN ERP UPGRADE Advantages of Implementing a Data Warehouse During an ERP Upgrade Upgrading an ERP system presents a number of challenges to many organizations.

More information

Understanding Data De-duplication. Data Quality Automation - Providing a cornerstone to your Master Data Management (MDM) strategy

Understanding Data De-duplication. Data Quality Automation - Providing a cornerstone to your Master Data Management (MDM) strategy Data Quality Automation - Providing a cornerstone to your Master Data Management (MDM) strategy Contents Introduction...1 Example of de-duplication...2 Successful de-duplication...3 Normalization... 3

More information

Three Fundamental Techniques To Maximize the Value of Your Enterprise Data

Three Fundamental Techniques To Maximize the Value of Your Enterprise Data Three Fundamental Techniques To Maximize the Value of Your Enterprise Data Prepared for Talend by: David Loshin Knowledge Integrity, Inc. October, 2010 2010 Knowledge Integrity, Inc. 1 Introduction Organizations

More information

Drive business process improvement and performance with high quality data

Drive business process improvement and performance with high quality data Drive business process improvement and performance with high quality data Adam Bracey Solutions Architect abracey@informatica.com (317) 218-7661 1 1 Impact of Poor Data Quality Lack of Trust or Confidence

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2008 Vol. 7, No. 8, November-December 2008 What s Your Information Agenda? Mahesh H. Dodani,

More information

Make the right decisions with Distribution Intelligence

Make the right decisions with Distribution Intelligence Make the right decisions with Distribution Intelligence Bengt Jensfelt, Business Product Manager, Distribution Intelligence, April 2010 Introduction It is not so very long ago that most companies made

More information

How To Use An Ibm Infosphere Mdm For Salesforce.Com

How To Use An Ibm Infosphere Mdm For Salesforce.Com IBM Software MDM-Powered Solutions for Salesforce CRM Customer data you can trust for sales and marketing success MDM-Powered Solutions for Salesforce CRM Contents 2 Introduction 2 Empower Sales and Marketing

More information

About ERP Software Whitepaper

About ERP Software Whitepaper About ERP Software Whitepaper Many people have heard the term ERP used in a conversation but don t fully understand what it means. This whitepaper will provide information about the processes and advantages

More information

Data Quality Dashboards in Support of Data Governance. White Paper

Data Quality Dashboards in Support of Data Governance. White Paper Data Quality Dashboards in Support of Data Governance White Paper Table of contents New Data Management Trends... 3 Data Quality Dashboards... 3 Understanding Important Metrics... 4 Take a Baseline and

More information

High Precision Matching at the heart of Customer Data Integration

High Precision Matching at the heart of Customer Data Integration High Precision Matching at the heart of Customer Data Integration The quality of your CDI Solution is only as powerful as the quality of your matching engine White paper Release date: September 2008 Version

More information

CASE-IN-POINT: AVAYA'S SUPPLY CHAIN TRANSFORMATION - ENABLED BY A VISION FOR PEOPLE, PROCESS, AND TECHNOLOGY

CASE-IN-POINT: AVAYA'S SUPPLY CHAIN TRANSFORMATION - ENABLED BY A VISION FOR PEOPLE, PROCESS, AND TECHNOLOGY CASE-IN-POINT: AVAYA'S SUPPLY CHAIN TRANSFORMATION - ENABLED BY A VISION FOR PEOPLE, PROCESS, AND TECHNOLOGY April, 2015 Bryan Ball, Vice President and Group Director, Supply Chain, Retail and Operations

More information

Enable Business Agility and Speed Empower your business with proven multidomain master data management (MDM)

Enable Business Agility and Speed Empower your business with proven multidomain master data management (MDM) Enable Business Agility and Speed Empower your business with proven multidomain master data management (MDM) Customer Viewpoint By leveraging a well-thoughtout MDM strategy, we have been able to strengthen

More information

Building the Bullet-Proof MDM Program

Building the Bullet-Proof MDM Program Building the Bullet-Proof MDM Program Evan Levy Partner, Baseline Consulting www.baseline-consulting.com Copyright 2007, Baseline Consulting. All rights reserved. 1 Agenda Understanding the critical components

More information

Master Data Management and Data Warehousing. Zahra Mansoori

Master Data Management and Data Warehousing. Zahra Mansoori Master Data Management and Data Warehousing Zahra Mansoori 1 1. Preference 2 IT landscape growth IT landscapes have grown into complex arrays of different systems, applications, and technologies over the

More information

Getting started with a data quality program

Getting started with a data quality program IBM Software White Paper Information Management Getting started with a data quality program 2 Getting started with a data quality program The data quality challenge Organizations depend on quality data

More information

EMC PERSPECTIVE Enterprise Data Management

EMC PERSPECTIVE Enterprise Data Management EMC PERSPECTIVE Enterprise Data Management Breaking the bad-data bottleneck on profits and efficiency Executive overview Why are data integrity and integration issues so bad for your business? Many companies

More information

Overview, Goals, & Introductions

Overview, Goals, & Introductions Improving the Retail Experience with Predictive Analytics www.spss.com/perspectives Overview, Goals, & Introductions Goal: To present the Retail Business Maturity Model Equip you with a plan of attack

More information

Six Steps to to Managing Data Data Quality with SQL Server Integration Services

Six Steps to to Managing Data Data Quality with SQL Server Integration Services A Melissa Data White Paper A Melissa Data White Paper A Melissa Data White Paper Six Steps to to Managing Data Data Quality Quality with SQL Server Integration Services 2 Six Steps to Total Data Quality

More information

The Role of D&B s DUNSRight Process in Customer Data Integration and Master Data Management. Dan Power, D&B Global Alliances March 25, 2007

The Role of D&B s DUNSRight Process in Customer Data Integration and Master Data Management. Dan Power, D&B Global Alliances March 25, 2007 The Role of D&B s DUNSRight Process in Customer Data Integration and Master Data Management Dan Power, D&B Global Alliances March 25, 2007 Agenda D&B Today and Speaker s Background Overcoming CDI and MDM

More information

Measure Your Data and Achieve Information Governance Excellence

Measure Your Data and Achieve Information Governance Excellence SAP Brief SAP s for Enterprise Information Management SAP Information Steward Objectives Measure Your Data and Achieve Information Governance Excellence A single solution for managing enterprise data quality

More information

HIGH SPEED DATA RETRIEVAL FROM NATIONAL DATA CENTER (NDC) REDUCING TIME AND IGNORING SPELLING ERROR IN SEARCH KEY BASED ON DOUBLE METAPHONE ALGORITHM

HIGH SPEED DATA RETRIEVAL FROM NATIONAL DATA CENTER (NDC) REDUCING TIME AND IGNORING SPELLING ERROR IN SEARCH KEY BASED ON DOUBLE METAPHONE ALGORITHM HIGH SPEED DATA RETRIEVAL FROM NATIONAL DATA CENTER (NDC) REDUCING TIME AND IGNORING SPELLING ERROR IN SEARCH KEY BASED ON DOUBLE METAPHONE ALGORITHM Md. Palash Uddin 1, Ashfaque Ahmed 2, Md. Delowar Hossain

More information

ORACLE ENTERPRISE DATA QUALITY PRODUCT FAMILY

ORACLE ENTERPRISE DATA QUALITY PRODUCT FAMILY ORACLE ENTERPRISE DATA QUALITY PRODUCT FAMILY The Oracle Enterprise Data Quality family of products helps organizations achieve maximum value from their business critical applications by delivering fit

More information

Five questions to ask your data integration provider

Five questions to ask your data integration provider Five questions to ask your data integration provider You ve taken the steps to prepare for your data integration project, you have identified the vital metrics that will drive the process, and armed with

More information

IBM Software Universal Health Identifiers: Issues and Requirements for Successful Patient Information Exchange

IBM Software Universal Health Identifiers: Issues and Requirements for Successful Patient Information Exchange IBM Software Universal Health Identifiers: Issues and Requirements for Successful Patient Information Exchange Lorraine Fernandes, RHIA Scott Schumacher, Ph.D. Universal Health Identifiers: Issues and

More information

CONTACT CENTER REPORTING Start with the basics and build success.

CONTACT CENTER REPORTING Start with the basics and build success. tech line / dec 2013 CONTACT CENTER REPORTING Start with the basics and build success. By Brian Hinton, Strategic Contact Inc. Pipeline Articles www.contactcenterpipeline.com Brian Hinton Strategic Contact

More information

Data Integration Checklist

Data Integration Checklist The need for data integration tools exists in every company, small to large. Whether it is extracting data that exists in spreadsheets, packaged applications, databases, sensor networks or social media

More information

Master Data Management

Master Data Management Master Data Management Managing Data as an Asset By Bandish Gupta Consultant CIBER Global Enterprise Integration Practice Abstract: Organizations used to depend on business practices to differentiate them

More information

Who Needs a Data Warehouse and Why

Who Needs a Data Warehouse and Why Who Needs a Data Warehouse and Why A guide to better decisions in today s multi-application business environment A White Paper from emazzanti Technologies by Kent Sorensen Audience: C-Level executives

More information

Information Governance Workshop. David Zanotta, Ph.D. Vice President, Global Data Management & Governance - PMO

Information Governance Workshop. David Zanotta, Ph.D. Vice President, Global Data Management & Governance - PMO Information Governance Workshop David Zanotta, Ph.D. Vice President, Global Data Management & Governance - PMO Recognition of Information Governance in Industry Research firms have begun to recognize the

More information

The Cost of Duplicate Data in Enterprise Content Management

The Cost of Duplicate Data in Enterprise Content Management The Cost of Duplicate Data in Enterprise Content Management Sheryl Arnold Partner/CTO Introduction Duplicate records in databases and product information are a serious issue for data and content management

More information

The Advantages of a Golden Record in Customer Master Data Management. January 2015

The Advantages of a Golden Record in Customer Master Data Management. January 2015 The Advantages of a Golden Record in Customer Master Data Management January 2015 Anchor Software White Paper The Advantages of a Golden Record in Customer Master Data Management The term master data describes

More information

Implementing Oracle BI Applications during an ERP Upgrade

Implementing Oracle BI Applications during an ERP Upgrade 1 Implementing Oracle BI Applications during an ERP Upgrade Jamal Syed Table of Contents TABLE OF CONTENTS... 2 Executive Summary... 3 Planning an ERP Upgrade?... 4 A Need for Speed... 6 Impact of data

More information

Informatica Master Data Management

Informatica Master Data Management Informatica Master Data Management Improve Operations and Decision Making with Consolidated and Reliable Business-Critical Data brochure The Costs of Inconsistency Today, businesses are handling more data,

More information

Best Practices for Maximizing Data Performance and Data Quality in an MDM Environment

Best Practices for Maximizing Data Performance and Data Quality in an MDM Environment Best Practices for Maximizing Data Performance and Data Quality in an MDM Environment Today s Speakers Ed Wrazen VP Product Marketing, Trillium Software Rich Pilkington Director Product Marketing, Syncsort

More information

An Oracle White Paper April, 2012. Spend Management Best Practices: A Call for Data Management Accelerators

An Oracle White Paper April, 2012. Spend Management Best Practices: A Call for Data Management Accelerators An Oracle White Paper April, 2012 Spend Management Best Practices: A Call for Data Management Accelerators Table of Contents Overview... 1 Analytics Best Practices... 2 The Importance of Spend Management

More information

Call center success. Creating a successful call center experience through data

Call center success. Creating a successful call center experience through data Call center success Creating a successful call center experience through data CONTENTS Summary...1 Data and the call center...2 Operations...2 Business intelligence...2 Customer engagement...3 Poor data

More information

CrossPoint for Managed Collaboration and Data Quality Analytics

CrossPoint for Managed Collaboration and Data Quality Analytics CrossPoint for Managed Collaboration and Data Quality Analytics Share and collaborate on healthcare files. Improve transparency with data quality and archival analytics. Ajilitee 2012 Smarter collaboration

More information

Introducing webmethods OneData for Master Data Management (MDM) Software AG

Introducing webmethods OneData for Master Data Management (MDM) Software AG Introducing webmethods OneData for Master Data Management (MDM) Software AG What is Master Data? Core enterprise data used across business processes. Example Customer, Product, Vendor, Partner etc. Product

More information

convincing reasons to replace your accounting system with ERP

convincing reasons to replace your accounting system with ERP 15 convincing reasons to replace your accounting system with ERP 15 convincing reasons to replace your accounting system with ERP Welcome There comes a time when your business systems simply can t keep

More information

Vermont Enterprise Architecture Framework (VEAF) Master Data Management Design

Vermont Enterprise Architecture Framework (VEAF) Master Data Management Design Vermont Enterprise Architecture Framework (VEAF) Master Data Management Design EA APPROVALS Approving Authority: REVISION HISTORY Version Date Organization/Point

More information

Business Intelligence Solutions for Gaming and Hospitality

Business Intelligence Solutions for Gaming and Hospitality Business Intelligence Solutions for Gaming and Hospitality Prepared by: Mario Perkins Qualex Consulting Services, Inc. Suzanne Fiero SAS Objective Summary 2 Objective Summary The rise in popularity and

More information

Accelerate BI Initiatives With Self-Service Data Discovery And Integration

Accelerate BI Initiatives With Self-Service Data Discovery And Integration A Custom Technology Adoption Profile Commissioned By Attivio June 2015 Accelerate BI Initiatives With Self-Service Data Discovery And Integration Introduction The rapid advancement of technology has ushered

More information

Data Quality Management Maximize Your CRM Investment Return

Data Quality Management Maximize Your CRM Investment Return Data Quality Management Maximize Your CRM Investment Return White Paper November 2007 We make your data usable Table of Contents Overview Introduction The importance of data quality to the CRM On Demand

More information

What to Look for When Selecting a Master Data Management Solution

What to Look for When Selecting a Master Data Management Solution What to Look for When Selecting a Master Data Management Solution What to Look for When Selecting a Master Data Management Solution Table of Contents Business Drivers of MDM... 3 Next-Generation MDM...

More information

Search Query and Matching Approach of Information Retrieval in Cloud Computing

Search Query and Matching Approach of Information Retrieval in Cloud Computing International Journal of Advances in Electrical and Electronics Engineering 99 Available online at www.ijaeee.com & www.sestindia.org ISSN: 2319-1112 Search Query and Matching Approach of Information Retrieval

More information

So Long, Silos: Why Multi-Domain MDM Is Better For Your Business

So Long, Silos: Why Multi-Domain MDM Is Better For Your Business So Long, Silos: Why Multi-Domain MDM Is Better For Your Business Rob Rowe Sr. Marketing Manager, Software AG Business White Paper December 2011 Contents EXECUTIVE SUMMARY 3 WHY BUSINESSES NEED MDM 4 TRADITIONAL

More information

Why is Master Data Management getting both Business and IT Attention in Today s Challenging Economic Environment?

Why is Master Data Management getting both Business and IT Attention in Today s Challenging Economic Environment? Why is Master Data Management getting both Business and IT Attention in Today s Challenging Economic Environment? How Can You Gear-up For Your MDM initiative? Tamer Chavusholu, Enterprise Solutions Practice

More information

Initiate Master Data Service

Initiate Master Data Service Initiate Master Data Service A Platform for Master Data Management to Help You Know Your Data and Trust Your Data The Hubs: Effectively Managing Specific Data Domains. 3 The Master Data Engine: Processing

More information

Big Data and Analytics in

Big Data and Analytics in Big Data and Analytics in Parcel, Express and Postal In the Parcel, Express and postal market It s not the data. It s what you do with it. Why Analytics is the future of Parcel, Express and Postal If there

More information

Thank you for attending the MDM for the Enterprise Seminar Series!

Thank you for attending the MDM for the Enterprise Seminar Series! Thank you for attending the MDM for the Enterprise Seminar Series! Please do not distribute this presentations without permission from the speaker (see contact information within.) This is just intended

More information

A New Foundation For Customer Management

A New Foundation For Customer Management The Customer Data Platform: A New Foundation For Customer Management 730 Yale Avenue Swarthmore, PA 19081 info@raabassociatesinc.com The Marketing Technology Treadmill Marketing automation. Inbound marketing.

More information

Data Warehousing. Jens Teubner, TU Dortmund jens.teubner@cs.tu-dortmund.de. Winter 2014/15. Jens Teubner Data Warehousing Winter 2014/15 1

Data Warehousing. Jens Teubner, TU Dortmund jens.teubner@cs.tu-dortmund.de. Winter 2014/15. Jens Teubner Data Warehousing Winter 2014/15 1 Jens Teubner Data Warehousing Winter 2014/15 1 Data Warehousing Jens Teubner, TU Dortmund jens.teubner@cs.tu-dortmund.de Winter 2014/15 Jens Teubner Data Warehousing Winter 2014/15 152 Part VI ETL Process

More information

Teck Resources. Industry. Solution. Straight Talk. Challenge. Customer Case Study

Teck Resources. Industry. Solution. Straight Talk. Challenge. Customer Case Study Customer Case Study Teck Resources MinePoint, built on Microsoft Dynamics AX, allows for multi-site integration for growing resource company Industry Mining Straight Talk UXC Eclipse did an excellent job

More information

Jabil builds momentum for business analytics

Jabil builds momentum for business analytics Jabil builds momentum for business analytics Transforming financial analysis with help from IBM and AlignAlytics Overview Business challenge As a global electronics manufacturer and supply chain specialist,

More information

YOUR ERP PROJECT S MISSING LINK: 7 REASONS YOU NEED BUSINESS INTELLIGENCE NOW

YOUR ERP PROJECT S MISSING LINK: 7 REASONS YOU NEED BUSINESS INTELLIGENCE NOW YOUR ERP PROJECT S MISSING LINK: 7 REASONS YOU NEED BUSINESS INTELLIGENCE NOW THERE S NO GOOD REASON TO WAIT Enterprise Resource Planning (ERP) technology is incredibly useful to growing organizations,

More information

An Introduction to Master Data Management (MDM)

An Introduction to Master Data Management (MDM) An Introduction to Master Data Management (MDM) Presented by: Robert Quinn, Sr. Solutions Architect FYI Business Solutions Agenda Introduction MDM Definition MDM Terms Best Practices Data Challenges MDM

More information

WHITEPAPER. Why Dependency Mapping is Critical for the Modern Data Center

WHITEPAPER. Why Dependency Mapping is Critical for the Modern Data Center WHITEPAPER Why Dependency Mapping is Critical for the Modern Data Center OVERVIEW The last decade has seen a profound shift in the way IT is delivered and consumed by organizations, triggered by new technologies

More information

Accounts Payable Invoice Processing. White Paper

Accounts Payable Invoice Processing. White Paper www.allstarss.com ACCELERATING Business Processes Accounts Payable Invoice Processing Table of Contents Table of Contents TABLE OF CONTENTS... I THE BUSINESS CHALLENGE... 2 Invoice Processing Costs...

More information

www.sryas.com Analance Data Integration Technical Whitepaper

www.sryas.com Analance Data Integration Technical Whitepaper Analance Data Integration Technical Whitepaper Executive Summary Business Intelligence is a thriving discipline in the marvelous era of computing in which we live. It s the process of analyzing and exploring

More information

How to Create a Business Focused Data Quality Assessment. Dylan Jones, Editor/Community Manager editor@dataqualitypro.com

How to Create a Business Focused Data Quality Assessment. Dylan Jones, Editor/Community Manager editor@dataqualitypro.com How to Create a Business Focused Data Quality Assessment Dylan Jones, Editor/Community Manager editor@dataqualitypro.com Why Do We Need a Data Quality Assessment? We need to perform a data quality assessment

More information

10 ACD/CRM Questions Answered. Table of Contents

10 ACD/CRM Questions Answered. Table of Contents 10 ACD/CRM Questions Answered Table of Contents INTRODUCTION 1 1) What are the basics? 1 2) We already have integrated our ACD with a CRM...Haven t we? 1 3) What Can I Expect for CRM Availability Beyond

More information

ONLINE EXTERNAL AND SURVEY STUDIES

ONLINE EXTERNAL AND SURVEY STUDIES ONLINE EXTERNAL AND SURVEY STUDIES Before reading this document, be sure you are already familiar with the Instructions for using the School of Psychological Sciences Participant Pool available on the

More information

WORK SMART. Microsoft Dynamics NAV 2009 Simple. Smart. Innovative

WORK SMART. Microsoft Dynamics NAV 2009 Simple. Smart. Innovative WORK SMART Microsoft Dynamics NAV 2009 Simple. Smart. Innovative SIMPLICITY The business management solution for more than one million users worldwide Fast to implement, easy to configure, and simple to

More information

Bringing Strategy to Life Using an Intelligent Data Platform to Become Data Ready. Informatica Government Summit April 23, 2015

Bringing Strategy to Life Using an Intelligent Data Platform to Become Data Ready. Informatica Government Summit April 23, 2015 Bringing Strategy to Life Using an Intelligent Platform to Become Ready Informatica Government Summit April 23, 2015 Informatica Solutions Overview Power the -Ready Enterprise Government Imperatives Improve

More information

IBM Cognos Enterprise: Powerful and scalable business intelligence and performance management

IBM Cognos Enterprise: Powerful and scalable business intelligence and performance management : Powerful and scalable business intelligence and performance management Highlights Arm every user with the analytics they need to act Support the way that users want to work with their analytics Meet

More information

Integrating Microsoft Dynamics GP and Microsoft Dynamics CRM. Discussion Paper and FAQ s

Integrating Microsoft Dynamics GP and Microsoft Dynamics CRM. Discussion Paper and FAQ s Integrating Microsoft Dynamics GP and Microsoft Dynamics CRM Discussion Paper and FAQ s Integrating two Microsoft Products it sounds easy enough. The physical act of integration, pushing data from one

More information

Data virtualization: Delivering on-demand access to information throughout the enterprise

Data virtualization: Delivering on-demand access to information throughout the enterprise IBM Software Thought Leadership White Paper April 2013 Data virtualization: Delivering on-demand access to information throughout the enterprise 2 Data virtualization: Delivering on-demand access to information

More information

BENEFITS OF AUTOMATING DATA WAREHOUSING

BENEFITS OF AUTOMATING DATA WAREHOUSING BENEFITS OF AUTOMATING DATA WAREHOUSING Introduction...2 The Process...2 The Problem...2 The Solution...2 Benefits...2 Background...3 Automating the Data Warehouse with UC4 Workload Automation Suite...3

More information

IBM Software Master data management vision and value: Part 1

IBM Software Master data management vision and value: Part 1 IBM Software Master data management vision and value: Part 1 Develop an 1 2 3 4 5 Introduction Where does MDM fit into business strategy? Four value drivers From big picture to Resources Introduction Who

More information

Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff

Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff The Challenge IT Executives are challenged with issues around data, compliancy, regulation and making confident decisions on their business

More information

Business Intelligence. Using business intelligence for proactive decision making

Business Intelligence. Using business intelligence for proactive decision making Business Intelligence Using business intelligence for proactive decision making Table of Contents What is Business Intelligence? Why Business Intelligence? Strategy and Approach Case Study WHAT IS BUSINESS

More information

Turn Your Business Vision into Reality with Microsoft Dynamics SL

Turn Your Business Vision into Reality with Microsoft Dynamics SL Turn Your Business Vision into Reality with Microsoft Dynamics SL You have worked hard to build a vision for your business. With Microsoft Dynamics SL, you can turn that vision into reality with a solution

More information

Busting 7 Myths about Master Data Management

Busting 7 Myths about Master Data Management Knowledge Integrity Incorporated Busting 7 Myths about Master Data Management Prepared by: David Loshin Knowledge Integrity, Inc. August, 2011 Sponsored by: 2011 Knowledge Integrity, Inc. 1 (301) 754-6350

More information

Logical Modeling for an Enterprise MDM Initiative

Logical Modeling for an Enterprise MDM Initiative Logical Modeling for an Enterprise MDM Initiative Session Code TP01 Presented by: Ian Ahern CEO, Profisee Group Copyright Speaker Bio Started career in the City of London: Management accountant Finance,

More information

Operational and Strategic Benefits in Automating Accounts Payable

Operational and Strategic Benefits in Automating Accounts Payable Operational and Strategic Benefits in Automating Accounts Payable REVISED 9/12 Published April 2013. Copyright 2013 by The Institute of Financial Operations All rights reserved. Reproduction or transmission

More information

Continuing the MDM journey

Continuing the MDM journey IBM Software White paper Information Management Continuing the MDM journey Extending from a virtual style to a physical style for master data management 2 Continuing the MDM journey Organizations implement

More information

Predictive Analytics for Donor Management

Predictive Analytics for Donor Management IBM Software Business Analytics IBM SPSS Predictive Analytics Predictive Analytics for Donor Management Predictive Analytics for Donor Management Contents 2 Overview 3 The challenges of donor management

More information

SMART MARKETING 5 Ways Big Data and Location Economics Increase Marketing ROI. A DMTI Spatial Whitepaper

SMART MARKETING 5 Ways Big Data and Location Economics Increase Marketing ROI. A DMTI Spatial Whitepaper SMART MARKETING 5 Ways Big Data and Location Economics Increase Marketing ROI A DMTI Spatial Whitepaper Big Data, the It topic that s been making its way into many organizational round tables is not a

More information

Five Steps to Integrate SalesForce.com with 3 rd -Party Systems and Avoid Most Common Mistakes

Five Steps to Integrate SalesForce.com with 3 rd -Party Systems and Avoid Most Common Mistakes Five Steps to Integrate SalesForce.com with 3 rd -Party Systems and Avoid Most Common Mistakes This white paper will help you learn how to integrate your SalesForce.com data with 3 rd -party on-demand,

More information

Material Master Data Management

Material Master Data Management WHITEPAPER The Business Benefits of Material Master Data Management INTRODUCTION Master data is the core reference data that describes the fundamental dimensions of business customer, material, vendor,

More information