Getting Started with SAP Data Quality (Part 2)

Size: px
Start display at page:

Download "Getting Started with SAP Data Quality (Part 2)"

Transcription

1 Getting Started with SAP Data Quality (Part 2) Data Quality, part of SAP Data Services, is a powerful tool for cleansing and matching customers, businesses, postal addresses, and much more. However, the wide range of options and capabilities can be intimidating for new users. In this post, we will discuss configuration of the address cleanse and data cleanse transforms. Configuring the AddressCleanse Transform The cleanse transform editor is very similar to that of the query transform, with the input schema in the upper left, the output schema in the upper right, and a set of tabs below. In a cleanse, however, we only have three tabs: Input, Options, and Output. Input Tab The Input tab contains a list of fields on which the work will be performed. Each input column you wish to cleanse must be assigned to one of these fields. For example, you might drag your 5-digit zip code column down to POSTCODE1 and your city column to LOCALITY1. While some of the mappings are clear, Data Quality s terminology can often be confusing. For an initial, basic cleanse, we recommend using the following: FIRM or NAME Company name or Individual name ADDRESS_LINE Full street address with or without unit number UNIT_NUMBER Suite, apartment, or other unit number

2 LOCALITY1 City REGION1 State POSTCODE1 or POSTCODE_FULL 5-digit or 9-digit postal code If your address data is not yet standardized to this degree, you may find the following generic or combined fields useful: ADDRESS_LINE As above, full street address with or without unit LASTLINE City, state, and zip code MULTILINE1-12 Any data Because the MULTILINE fields can contain anything, even varying from record to record, Data Quality will simply make a best-effort parse. While the results of this parse are generally good, they can vary widely depending on the quality and consistency of the input data and should be carefully checked. Options Tab The Options tab defines which operations Data Quality will perform on your data and how those operations are configured. Since the list of options is extensive and most can safely be left as defaults, we will focus on those most relevant to an initial cleanse. The Reference Files section includes the locations of the files Data Quality uses to validate and complete postal addresses. If your reference files reside in the default installation folder, these values likely do not need to change. However, if you need to run multiple sets of files or verify their locations, you will need to use these settings. Assignment Options contains the flags telling Data Quality which operations to run. For an initial cleanse, we recommend DPV (Delivery Point Validation) and LACSLink (Locatable Address Conversion System). DPV is the foundation of postal verification, indicating whether an address is valid for delivery or the precise reason it failed. LACSLink supplements DPV by updating addresses when the physical address has not moved, but some part of the address assignment has changed. For example, when a rural route is

3 converted to a named street or when a direction is appended to a street name. Together, DPV and LACSLink meet the minimum USPS address processing requirements for CASS (Coding Accuracy Support System) certification. The remaining fields in Assignment Options supplement address verification by tracking moves (NCOALink) and new addresses (EWS), determining whether an address is residential (RDI), appending business suite number (SuiteLink), tracking mail carrier delivery route (elot), and assigning geocodes (Geo Mode). The Standardization Options section contains most of the settings affecting output format. By default, these fields are configured to produce output preferred by USPS, which is suitable for most business needs. You might need to alter them if you want to preserve certain parts of the input data within the standardized output that would otherwise be discarded or placed in separate fields. For example, you may want to retain the order of dual addresses to meet business requirements or to preserve place names due to customer preference. We recommend considering the following: Standardize Unassigned Address Whether or not to standardize and reformat addresses for which Data Quality could not find a valid assignment. This is useful if you want consistent formatting even for incorrect addresses. Use USPS Primary Name Abbreviation Attempts to abbreviate the address line to 30 characters or fewer using USPS standards. For addresses that must be shortened, this provides more meaningful output than a simple truncation. Capitalization USPS prefers all uppercase, but businesses and customers often prefer mixed-case. Preserve Dual Address Order This must be set to Yes if the input order should be retained regardless of address assignment. Otherwise, the assigned address will be placed immediately before locality, giving it precedence in delivery. Only useful if you re using dual addresses, e.g. PO Box and street. Output Tab The Output tab contains a list of all fields exposed as results of the cleansing, but, depending on your input and options, only some will contain data. Generally, you will want to look for fields with names

4 similar to the assigned input mappings, plus status and detail fields for the operations you selected in Assignment Options. You will usually be able to compile a full, cleansed address with some combination of the following: FIRM Firm name. ADDRESS_LINE Full street and unit information. In most cases, this is identical to PRIMARY_SECONDARY_ADDRESS. PRIMARY_ADDRESS Street or PO Box info without secondary address, e.g. unit number. This can also be constructed using individual PRIMARY_* output fields. SECONDARY_ADDRESS Floor, unit number, etc. LOCALITY1_OFFICIAL Official city or town name. COUNTY_NAME County name. REGION1 State or territory. POSTCODE_FULL The 9-digit postal code. This can also be constructed using POSTCODE1 and POSTCODE2. Unlike the fields above, status codes don t contain any address information. Instead, they re your windows into the cleansing operations themselves. Status codes are the best way to see detailed data on whether or not a record was successfully cleansed, why it failed, or which fields were changed. Many of the status codes are cryptic alphanumeric indicators, but you can find their translations in the Data Services technical manuals. For DPV and LACSLink, we recommend using these fields: STATUS_CODE Six-digit code indicating exactly which parts of the input address were changed. UNDELIVERABLE_INDICATOR True (T) or False (F) indicating whether the address is deliverable per the USPS. Note, an address can be valid while still being undeliverable.

5 DPV_FOOTNOTE A set of two-character codes either confirming that the address passed DPV verification or identifying the reasons it failed. The codes and their meanings are found in the Data Services technical manuals. DPV_STATUS A single-character code indicating the general result of DPV verification. LACSLINK_INDICATOR A single-character code indicating the general result of LACSLink verification. LACSLINK_RETURN_CODE A two-character code either confirming that the address passed DPV verification or identifying the reasons it failed. In addition to a name, each field also has a class (FIELD_CLASS), address class (FIELD_ADDRCLASS), category (FIELD_CATEGORY), type, and content type. FIELD_CLASS Field Classes are vaguely defined in the documentation, but they generally represent different the levels of processing used to generate the field. For example, you can choose to output a field after being parsed, after being fully standardized and corrected, or both. BEST represents the highest level of processing and is usually a safe choice. FIELD_ADDRCLASS The Address Class specifies the type of address for the generated field. DELIVERY is a safe default and indicates the standardized address used for delivery assignment. DUAL is only used when both a street and postal address are input, and it indicates the address not used for delivery assignment. OFFICIAL is similar to DELIVERY, but always uses the USPS preferred option when alternates are available. FIELD_CATEGORY The Category defines the generated field as either individual, processed address components (COMPONENT), standardized versions of the input fields (STANDARDIZED), or members of a suggestion list (SUGGESTION). COMPONENT should be your default. Type Type is the data type of the generated field. Content Type Content Type describes the kind of data in the field. Checking the box to the left of a field name automatically adds it to the output schema with default type and mapping. The default name of the output column includes the field class, address class, and category.

6 In addition to the generated fields, you can add fields directly from the input schema by dragging and dropping them into the output as you would in a Query transform. This allows you not only to output fields without sending them through the cleanse, but also to preserve the original versions of your input fields side-by-side with the cleansed results. \ Configuring the DataCleanse Transform The DataCleanse transform is very similar to AddressCleanse, but simpler in most respects. Again, the transform is organized with an input schema, output schema, and set of tabs. Input Tab The general behavior of the input tab is the same as described above. The main difference is that the fields are tailored to non-address customer and business data such as name, phone, , date, etc. Also, you can include up to 6 different s, dates, phones, and names in each record, whereas the AddressCleanse only accepts a single address. Assuming a single set of customer data per record, we recommend the following: PERSON1_GIVEN_NAME1 Given name (i.e. first name, forename) PERSON1_GIVEN_NAME2 Second given name (i.e. middle name) PERSON1_FAMILY_NAME1 Family name (i.e last name, surname) PERSON1_MATURITY_POSTNAME Maturity indicator, such as Jr or Sr

7 FIRM_NAME1 Business or organization name FIRM_LOCATION1 Location within a business or organization DATE1 Any date, often used for date of birth 1 Any address PHONE1 Any phone number SSN1 U.S. Social Security number If the name or firm is not yet parsed, you may want to use the general or composite fields: NAME_LINE1 Full name, including title, maturity, etc FIRM_LINE1 Firm name or location or both NAME_OR_FIRM_LINE1 Any combination of name and firm data MULTILINE1 Any data Again, Data Quality will make a best effort to determine the type and content of these fields, but may make incorrect assumptions. Options Tab This list of options is much shorter and more intuitive than in the AddressCleanse. Most important is the Cleansing Package Name, the dropdown for which will pre-populate with the installed cleansing packages. It s likely the only option available will be PERSON_FIRM, which is appropriate. Standardization Options contains most of the non-date customizations. Here you define whether the middle and family names are used to assign gender, whether prenames (e.g. Mr, Mrs) should be assigned that were not included in the input, and the capitalization to be applied to the output. You may also define the formats applied to phone and SSN. Two of these options are a bit more confusing, but important: Name Order This indicates the order in which the names will be delivered as input. If you can guarantee a first-last or last-first order for all records, setting this to the appropriate _STRICT

8 setting may greatly improve cleansing accuracy. If just a majority of names follow one order, you may get some benefit from a _SUGGEST setting instead. Enable Presumptive Name Parsing This determines whether the data in the NAME_LINE field will be parsed as a names even if the cleanse cannot make an assignment. If this option is set to No, unassigned input will be placed unparsed in the EXTRA field. If you are sure NAME_LINE will contain only names, this option should be set to Yes. (Note also the Firm version of this option, Enable Presumptive Firm Parsing.) Finally, Date Options allow you to fine-tune date formats. This is particularly useful for compatibility with target systems expecting specific patterns. The cleanse can usually produce the necessary output, removing the need for additional reformatting downstream. Output Tab As with the input tab, the output tab is set up similarly to the AddressCleanse, with a list of fields and checkboxes. However, the fields are organized differently. Here, each is assigned to a parent component (PARENT_COMPONENT), a logical grouping of related data. For example, all of the data (first and last name, gender, title, etc) related to the first person in the input can be found under the PERSON1 component. Each firm, person, phone number, address, and date has its own parent component. Also unlike the AddressCleanse, DataCleanse output fields do not have address classes or categories, only field classes (FIELD_CLASS). The PARSED class generates data that has been parsed into discrete components, but not further modified. The STANDARDIZED class modifies data to meet the standardization options and should be your default. The available output consists of high-level customer and firm fields as well as the individual elements contained with them. For example, you can choose to output the full date, the separate month/day/year, or both. Start with a basic set of fields: GIVEN_NAME1 First name or forename GIVEN_NAME2 Middle or second given name FAMILY_NAME1 Last name or surname FIRM Business or organization name FIRM_LOCATION Location within business or organization NORTH_AMERICAN_PHONE Full 10-digit North American phone number. Components: NORTH_AMERICAN_PHONE_AREA_CODE NORTH_AMERICAN_PHONE_PREFIX NORTH_AMERICAN_PHONE_LINE

9 DATE Full date. Components: DATE_DAY DATE_MONTH DATE_YEAR Full . Components: _USER _DOMAIN_ALL _DOMAIN_TOP SSN Full 9-digit Social Security number. Components: SSN_AREA SSN_GROUP SSN_SERIAL The cleanse also predicts gender (GENDER and GENDER_ID) with varying degrees of confidence. The possible values indicate the gender itself, the confidence of the prediction, and whether single or multiple names were used. This may be useful, but isn t guaranteed to be correct, so be careful using it on external-facing data. Finally, the transform generates match standard fields (*_MATCH_STD1-6) for names, firms, and titles. These are standard aliases for data successfully located in the dictionary. For example, Chris might have standard aliases of Christopher and Christine, while PhD has Ph.D. These fields are intended for use in downstream match transforms. Conclusion Using these settings, you should be able to quickly configure a cleansing dataflow to produce useful output for addresses, customers, and businesses. In the next post, we will examine the output to determine which data might need to be tweaked or augmented and how to best configure it as input for match transforms. Bruce Labbate Business Intelligence Consultant Decision First Technologies bruce.labbate@decisionfirst.com Bruce Labbate is a business intelligence consultant specializing in data warehousing, data quality, and ETL development. Bruce delivers customized SAP Data Services solutions for customers across all industries. With Decision First Technologies, Bruce utilizes Data Integrator, Data Quality, Information Design Tool, and a variety of database technologies, including SQL Server, DB2, Oracle, Netezza, and HANA.

Melissa Data Address Verification Web Service

Melissa Data Address Verification Web Service Introduction Melissa Data Address Verification Web Service What is Melissa Data? Melissa Data is a database of addresses recognized by the US Postal Service. The record set contains all data for all addresses

More information

The History of Worksharing Discounts and CASS Certified Software

The History of Worksharing Discounts and CASS Certified Software The History of Worksharing Discounts and CASS Certified Software The History of Worksharing Discounts and CASS Certified Software In 1983, the United States Postal Service (USPS) implemented a program

More information

List Hygiene Products & Services Detailed Overview

List Hygiene Products & Services Detailed Overview CONSUMER INFORMATION SOLUTIONS List Hygiene Products & Services Detailed Overview Why Should You Use Our List Hygiene Services? Equifax has more than one hundred years of experience in the collection of

More information

Phone Check. Reference Guide

Phone Check. Reference Guide Phone Check Reference Guide MELISSA DATA PHONECHECK Reference Guide COPYRIGHT Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document may be reproduced

More information

Database Management for Executive Board Members. PCC Workshop-In-A-Box

Database Management for Executive Board Members. PCC Workshop-In-A-Box Database Management for Executive Board Members PCC Workshop-In-A-Box June 2015 Overview Database Administrator Benefits of Purchasing a Mailing List Best Practice Template Important Information to Include

More information

Data Enhancement Solutions The essential source for comprehensive and integrated data sevices

Data Enhancement Solutions The essential source for comprehensive and integrated data sevices Data Enhancement Solutions The essential source for comprehensive and integrated data sevices [A] uthenticom has been more than a reliable vendor; they have served as a valued partner in the design and

More information

Address Information. USPS Web Tools Application Programming Interface User s Guide. Document Version 4.0 (2/01/2015)

Address Information. USPS Web Tools Application Programming Interface User s Guide. Document Version 4.0 (2/01/2015) Address Information USPS Web Tools Application Programming Interface User s Guide Document Version 4.0 (2/01/2015) Table of Contents 1.0 Introduction To Web Tools... 2 Before you get started:... 2 Important

More information

CorrectAddress Web Services

CorrectAddress Web Services CorrectAddress Web Services Reference Guide 445 Hamilton Ave. Suite 608 White Plains, NY 10601 Tel: (914) 948-8400 or (800) 287-0412 Fax: (914) 948-8477 Email: support@intelligentsearch.com web: www.intelligentsearch.com

More information

PUBLIC Management Console Guide

PUBLIC Management Console Guide SAP Data Services Document Version: 4.2 Support Package 7 (14.2.7.0) 2016-05-06 PUBLIC Content 1 Introduction.... 7 1.1 Welcome to SAP Data Services....7 Welcome....7 Documentation set for SAP Data Services....7

More information

Address Information System Products Technical Guide

Address Information System Products Technical Guide Address Information System Products Technical Guide May 2015 NATIONAL CUSTOMER SUPPORT CENTER UNITED STATES POSTAL SERVICE 225 N. HUMPHREYS BLVD STE 501 MEMPHIS TN 38188-1001 (800) 238-3150 Table of Contents

More information

Extraction Transformation Loading ETL Get data out of sources and load into the DW

Extraction Transformation Loading ETL Get data out of sources and load into the DW Lection 5 ETL Definition Extraction Transformation Loading ETL Get data out of sources and load into the DW Data is extracted from OLTP database, transformed to match the DW schema and loaded into the

More information

PROCESSING ACKNOWLEDGEMENT FORM (PAF) GUIDE

PROCESSING ACKNOWLEDGEMENT FORM (PAF) GUIDE PROCESSING ACKNOWLEDGEMENT FORM (PAF) GUIDE United States Postal Service National Customer Support Center (NCSC) January 8, 2014 This page intentionally left blank. Table of Contents WHY IS THE PAF REQUIRED?...

More information

Oracle Database 10g: Introduction to SQL

Oracle Database 10g: Introduction to SQL Oracle University Contact Us: 1.800.529.0165 Oracle Database 10g: Introduction to SQL Duration: 5 Days What you will learn This course offers students an introduction to Oracle Database 10g database technology.

More information

Setting up a basic database in Access 2007

Setting up a basic database in Access 2007 Setting up a basic database in Access 2007 1. Open Access. This is the screen that you should see 2. Click on Blank database 3. Enter the name customer mailing list in the file name section (this will

More information

Spectrum Technology Platform Version 9.0 SP2. Microsoft Dynamics CRM Guide. Contents:

Spectrum Technology Platform Version 9.0 SP2. Microsoft Dynamics CRM Guide. Contents: Spectrum Technology Platform Version 9.0 SP2 Microsoft Dynamics CRM Guide UNITED STATES pb.com/software support.pb.com CANADA pb.com/software support.pb.com The Spectrum Technology Platform connector for

More information

How To Improve Your Mailman

How To Improve Your Mailman Improve Direct Mail Results Up to 20% and More! Welcome! Thank you for joining. We will begin ~5 minutes past the hour. If you have questions during the presentation, enter them in the dialogue box on

More information

Mailchimp Integration Addon

Mailchimp Integration Addon Purpose Mailchimp Integration Addon This addon provides integration between your shopping cart and the Mailchimp.com email marketing system. You can export existing customers, users, subscribers and ecommerce

More information

QAS for Salesforce User Guide

QAS for Salesforce User Guide Table of Contents 1. Verifying Addresses on Entry... 2 1.1. Edit account information... 2 1.2. QAS Address Verification... 2 2. Verifying Addresses on Entry using Typedown... 5 2.1. Edit account information...

More information

A M e l i s s a D a t a W h i t e P a p e r. Scalable Data Quality: A Seven Step Plan For Any Size Organization

A M e l i s s a D a t a W h i t e P a p e r. Scalable Data Quality: A Seven Step Plan For Any Size Organization A M e l i s s a D a t a W h i t e P a p e r Scalable Data Quality: A Seven Step Plan For Any Size Organization Scalable Data Quality: A Seven Step Plan for Any Size Organization The term Data Quality can

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

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

Background... 3. Who are AddressWorks?... 3. How do I get a Statement of Accuracy?... 4. Data Cleansing... 7. Frequently asked Questions...

Background... 3. Who are AddressWorks?... 3. How do I get a Statement of Accuracy?... 4. Data Cleansing... 7. Frequently asked Questions... This document has been prepared to provide information on the address cleaning, postcoding and SendRight TM certification services offered by AddressWorks and how these may be applied to your business.

More information

DIRECT MAIL SOLUTIONS. Redi-Mail Direct Marketing 5 Audrey Place Fairfield, NJ 07004 973.808.4500 sales@redimail.com www.redimail.

DIRECT MAIL SOLUTIONS. Redi-Mail Direct Marketing 5 Audrey Place Fairfield, NJ 07004 973.808.4500 sales@redimail.com www.redimail. End-to-End Solutions High Quality Results Competitive Prices DIRECT MAIL SOLUTIONS Redi-Mail Direct Marketing 5 Audrey Place Fairfield, NJ 07004 973.808.4500 sales@redimail.com www.redimail.com RM 1599

More information

Real-time customer information data quality and location based service determination implementation best practices.

Real-time customer information data quality and location based service determination implementation best practices. White paper Location Intelligence Location and Business Data Real-time customer information data quality and location based service determination implementation best practices. Page 2 Real-time customer

More information

Select exactly what you need

Select exactly what you need Select exactly what you need Click links and logos Based on the latest, greatest intelligence Inside: Valassis National Enhanced File (VNEF) Valassis Premium Selections (Personalization) Prospect Marketing

More information

DATA HANDLING: SETTING UP A DATABASE

DATA HANDLING: SETTING UP A DATABASE DATA HANDLING: SETTING UP A DATABASE DATA HANDLING : CONTENTS Creating a simple database Creating & using tables Using data fields, records, data types, field sizes, primary key All Rights Reserved DATA

More information

Batch Processing Version 2.0 Revision Date: April 29, 2014

Batch Processing Version 2.0 Revision Date: April 29, 2014 Batch Processing Version 2.0 Revision Date: April 29, 2014 1 Processing payments with batch files is very simple: 1. You put your payment records into tab-delimited text files. In this format, data items

More information

Specifications of Paradox for Windows

Specifications of Paradox for Windows Specifications of Paradox for Windows Appendix A 1 Specifications of Paradox for Windows A IN THIS CHAPTER Borland Database Engine (BDE) 000 Paradox Standard Table Specifications 000 Paradox 5 Table Specifications

More information

NCOA Link Return Codes

NCOA Link Return Codes NCOA Link Return Codes A return code is assigned to each mailing record when a file is processed through NCOA Link. The return code can be used to determine if the mailing record should be part of the

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

Webapps Vulnerability Report

Webapps Vulnerability Report Tuesday, May 1, 2012 Webapps Vulnerability Report Introduction This report provides detailed information of every vulnerability that was found and successfully exploited by CORE Impact Professional during

More information

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

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

NCOA Link MAIL PROCESSING EQUIPMENT SOFTWARE DEVELOPER SOFTWARE and HARDWARE PERFORMANCE REQUIREMENTS

NCOA Link MAIL PROCESSING EQUIPMENT SOFTWARE DEVELOPER SOFTWARE and HARDWARE PERFORMANCE REQUIREMENTS NCOA Link MAIL PROCESSING EQUIPMENT SOFTWARE DEVELOPER SOFTWARE and HARDWARE PERFORMANCE REQUIREMENTS 1 General 1.1 The NCOA Link Product provides mailers with a tool to update and correct prepared mailpieces

More information

dbspeak DBs peak when we speak

dbspeak DBs peak when we speak Data Profiling: A Practitioner s approach using Dataflux [Data profiling] employs analytic methods for looking at data for the purpose of developing a thorough understanding of the content, structure,

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with SQL Server Integration Services, and

More information

Launch Create Store. Import Orders Enter Orders Manually Process Orders. Note: Ctrl+click on a number to jump to that topic.

Launch Create Store. Import Orders Enter Orders Manually Process Orders. Note: Ctrl+click on a number to jump to that topic. Order Manager Version 5 QUICK START GUIDE Updated 1/6/11 About the Quick Start Guide This Quick Start Guide is designed to help users get started with the Order Manager as rapidly as possible. Although

More information

509509.1.5. 509 Other Services. 1.0 Address Information System Services. Other Services: Address Information System Products

509509.1.5. 509 Other Services. 1.0 Address Information System Services. Other Services: Address Information System Products 509509.1.5 Other Services: Address Information System Products 509 Other Services Overview 1.0 Address Information System Services 2.0 Nonpostal Services 1.0 Address Information System Services 1.1 General

More information

SAP Data Services 4.X. An Enterprise Information management Solution

SAP Data Services 4.X. An Enterprise Information management Solution SAP Data Services 4.X An Enterprise Information management Solution Table of Contents I. SAP Data Services 4.X... 3 Highlights Training Objectives Audience Pre Requisites Keys to Success Certification

More information

SUPERCLEANSE MAILING LISTS TO IMPROVE MAIL DELIVERABILITY AND YOUR BOTTOM LINE

SUPERCLEANSE MAILING LISTS TO IMPROVE MAIL DELIVERABILITY AND YOUR BOTTOM LINE SUPERCLEANSE MAILING LISTS TO IMPROVE MAIL DELIVERABILITY AND YOUR BOTTOM LINE www.anchorcomputer.com E@AnchorComputer.com 888-728-6262 W H I T E P A P E R Industry expert s state that 25% or more of pieces

More information

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

Upgrading MySQL from 32-bit to 64-bit

Upgrading MySQL from 32-bit to 64-bit Upgrading MySQL from 32-bit to 64-bit UPGRADING MYSQL FROM 32-BIT TO 64-BIT... 1 Overview... 1 Upgrading MySQL from 32-bit to 64-bit... 1 Document Revision History... 21 Overview This document will walk

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL

More information

Micro Focus Database Connectors

Micro Focus Database Connectors data sheet Database Connectors Executive Overview Database Connectors are designed to bridge the worlds of COBOL and Structured Query Language (SQL). There are three Database Connector interfaces: Database

More information

Campus Solutions Self Service: Student Quick Reference Guide

Campus Solutions Self Service: Student Quick Reference Guide Campus Solutions Self Service: Student Table of Contents Introduction to Step Sheets... 4 Getting Started in CUNYfirst... 5 Activate My CUNYfirst Account... 6 Log into My CUNYfirst Account... 10 Sign Out

More information

Eventia Log Parsing Editor 1.0 Administration Guide

Eventia Log Parsing Editor 1.0 Administration Guide Eventia Log Parsing Editor 1.0 Administration Guide Revised: November 28, 2007 In This Document Overview page 2 Installation and Supported Platforms page 4 Menus and Main Window page 5 Creating Parsing

More information

The Power Loader GUI

The Power Loader GUI The Power Loader GUI (212) 405.1010 info@1010data.com Follow: @1010data www.1010data.com The Power Loader GUI Contents 2 Contents Pre-Load To-Do List... 3 Login to Power Loader... 4 Upload Data Files to

More information

Manual Created by Matt Ashdown (3/3/09)

Manual Created by Matt Ashdown (3/3/09) Built on 1 Manual Created by Matt Ashdown (3/3/09) Organisations in virtually every industry sector rely on their IT systems to conduct business. The IT department s ability to resolve technology issues

More information

Contents COMBO SCREEN FOR THEPATRON EDGE ONLINE...1 TICKET/EVENT BUNDLES...11 INDEX...71

Contents COMBO SCREEN FOR THEPATRON EDGE ONLINE...1 TICKET/EVENT BUNDLES...11 INDEX...71 Combo Screen Guide 092311 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Titanium Schedule Client Import Guide

Titanium Schedule Client Import Guide Titanium Schedule Client Import Guide February 23, 2012 Titanium Software, Inc. P.O. Box 980788 Houston, TX 77098 (281) 443-3544 www.titaniumschedule.com Support@TitaniumSoftware.com The Client Import

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Spectrum Technology Platform Version 9.0 SP3. Microsoft Dynamics CRM Guide. Contents:

Spectrum Technology Platform Version 9.0 SP3. Microsoft Dynamics CRM Guide. Contents: Spectrum Technology Platform Version 9.0 SP3 Microsoft Dynamics CRM Guide UNITED STATES pb.com/software Technical Support: support.pb.com CANADA pb.com/software Technical Support: support.pb.com EUROPE/UNITED

More information

Crystal Reporting. Accounting and Management Products 9.6 CD

Crystal Reporting. Accounting and Management Products 9.6 CD Crystal Reporting Accounting and Management Products 9.6 CD NOTICE This document and the Sage Timberline Office software may be used only in accordance with the accompanying Sage Timberline Office End

More information

ICE for Eclipse. Release 9.0.1

ICE for Eclipse. Release 9.0.1 ICE for Eclipse Release 9.0.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional

More information

ADMINISTRATIVE RULES OF THE. DELAWARE SECRETARY OF STATE Division of Corporations UNIFORM COMMERCIAL CODE REVISED ARTICLE 9

ADMINISTRATIVE RULES OF THE. DELAWARE SECRETARY OF STATE Division of Corporations UNIFORM COMMERCIAL CODE REVISED ARTICLE 9 ADMINISTRATIVE RULES OF THE DELAWARE SECRETARY OF STATE Division of Corporations UNIFORM COMMERCIAL CODE REVISED ARTICLE 9 John G. Townsend Building 401 Federal Street, Suite 4 Dover, Delaware 19901 http://corp.delaware.gov

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

Spectrum Technology Platform. Version 9.0. Administration Guide

Spectrum Technology Platform. Version 9.0. Administration Guide Spectrum Technology Platform Version 9.0 Administration Guide Contents Chapter 1: Getting Started...7 Starting and Stopping the Server...8 Installing the Client Tools...8 Starting the Client Tools...9

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

SQL Server Integration Services with Oracle Database 10g

SQL Server Integration Services with Oracle Database 10g SQL Server Integration Services with Oracle Database 10g SQL Server Technical Article Published: May 2008 Applies To: SQL Server Summary: Microsoft SQL Server (both 32-bit and 64-bit) offers best-of breed

More information

Connectivity Pack for Microsoft Guide

Connectivity Pack for Microsoft Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Course Code: M20463 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing a Data Warehouse with Microsoft SQL Server Overview This course describes how to implement a data warehouse platform

More information

!"#"$%&'(()!!!"#$%&'())*"&+%

!#$%&'(()!!!#$%&'())*&+% !"#"$%&'(()!!!"#$%&'())*"&+% May 2015 BI Publisher (Contract Management /Primavera P6 EPPM) Using List of Values to Query When you need to bring additional fields into an existing report or form created

More information

Designing and Implementing Forms 34

Designing and Implementing Forms 34 C H A P T E R 34 Designing and Implementing Forms 34 You can add forms to your site to collect information from site visitors; for example, to survey potential customers, conduct credit-card transactions,

More information

THE ONLINE GAMBLING REGULATION ACT 2001 PERSONAL REFERENCE FOR AN APPLICANT

THE ONLINE GAMBLING REGULATION ACT 2001 PERSONAL REFERENCE FOR AN APPLICANT THE ONLINE GAMBLING REGULATION ACT 2001 PERSONAL REFERENCE FOR AN APPLICANT GENERAL GUIDANCE Overview You have been asked to provide a personal reference for someone who is party to an application to the

More information

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER MODULE 1: INTRODUCTION TO DATA WAREHOUSING This module provides an introduction to the key components of a data warehousing

More information

Acrobat 9: Forms. 56 Pages. Acrobat 9: Forms v2.0.0. Windows

Acrobat 9: Forms. 56 Pages. Acrobat 9: Forms v2.0.0. Windows Acrobat 9: Forms Windows Acrobat 9: Forms v2.0.0 2009 56 Pages About IT Training & Education The University Information Technology Services (UITS) IT Training & Education program at Indiana University

More information

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course

More information

Best Practices for Creating and Maintaining a Clean Database. An Experian QAS White Paper

Best Practices for Creating and Maintaining a Clean Database. An Experian QAS White Paper Best Practices for Creating and Maintaining a Clean Database An Experian QAS White Paper Best Practices for Creating and Maintaining a Clean Database Data cleansing and maintenance are critical to a successful

More information

Cryoserver Archive Lotus Notes Configuration

Cryoserver Archive Lotus Notes Configuration Lotus Notes Configuration Version 1.0 December 2007 Forensic & Compliance Systems Ltd +44 (0)800 280 0525 info@cryoserver.com www.cryoserver.com Contents INTRODUCTION... 3 SMTP ROUTING TO CRYOSERVER...

More information

Release Notes SAP BusinessObjects Data Services 4.1 Support Package 1 (14.1.1.0)

Release Notes SAP BusinessObjects Data Services 4.1 Support Package 1 (14.1.1.0) Release tes SAP BusinessObjects 4.1 Support Package 1 (14.1.1.0) Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects Explorer, StreamWork,

More information

Status Monitoring. Using Drivers by Seagull to Display Printer Status Information WHITE PAPER

Status Monitoring. Using Drivers by Seagull to Display Printer Status Information WHITE PAPER Status Monitoring Using Drivers by Seagull to Display Printer Status Information WHITE PAPER Contents Printer Communications 3 Drivers by Seagull 3 The Seagull Status Monitor 4 Important Benefits 4 Viewing

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

mdata from Mobile Commons enables organizations to make any data accessible to the public via text message, no programming required.

mdata from Mobile Commons enables organizations to make any data accessible to the public via text message, no programming required. mdata Web Services mdata from Mobile Commons enables organizations to make any data accessible to the public via text message, no programming required. How it Works 1. A user sends a text message with

More information

Lab 02 Working with Data Quality Services in SQL Server 2014

Lab 02 Working with Data Quality Services in SQL Server 2014 SQL Server 2014 BI Lab 02 Working with Data Quality Services in SQL Server 2014 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved. Information in this document, including

More information

Oracle SQL. Course Summary. Duration. Objectives

Oracle SQL. Course Summary. Duration. Objectives Oracle SQL Course Summary Identify the major structural components of the Oracle Database 11g Create reports of aggregated data Write SELECT statements that include queries Retrieve row and column data

More information

The Future of Address Validation

The Future of Address Validation Solutions for Customer Intelligence, Communications and Care. The Future of Address Validation Going Beyond Move Update to Cut Costs and Connect with Customers W H I T E PA P E R : MAILING EFFICIENCY AND

More information

Real-time Data Replication

Real-time Data Replication Real-time Data Replication from Oracle to other databases using DataCurrents WHITEPAPER Contents Data Replication Concepts... 2 Real time Data Replication... 3 Heterogeneous Data Replication... 4 Different

More information

Mailers Technical Advisory Committee Address Quality Methodologies

Mailers Technical Advisory Committee Address Quality Methodologies Mailers Technical Advisory Committee Address Quality Methodologies Preface Undeliverable-as-Addressed (UAA) mail costs the United States Postal Service approximately $2 billion each year, as likely twice

More information

Address Update Web Application. User Manual. Defense Manpower Data Center Department of Defense

Address Update Web Application. User Manual. Defense Manpower Data Center Department of Defense Defense Manpower Data Center Department of Defense Address Update Web Application User Manual Abstract This guide describes how to use Address Update Web Application to update contact information stored

More information

Enterprise Data Management Data Standard Person Core Matching Attributes Data Dictionary 10/13/2011

Enterprise Data Management Data Standard Person Core Matching Attributes Data Dictionary 10/13/2011 Enterprise Data Management Data Standard Person Core Matching Attributes Data Dictionary 10/13/2011 Entity: Person... 2 Entity: Person Address... 3 Entity: Person Alias... 5 Entity: Person Identifier...

More information

Salesforce Lead Management Implementation Guide

Salesforce Lead Management Implementation Guide Salesforce Lead Management Implementation Guide Salesforce, Summer 16 @salesforcedocs Last updated: May 17, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Physical Design. Meeting the needs of the users is the gold standard against which we measure our success in creating a database.

Physical Design. Meeting the needs of the users is the gold standard against which we measure our success in creating a database. Physical Design Physical Database Design (Defined): Process of producing a description of the implementation of the database on secondary storage; it describes the base relations, file organizations, and

More information

NDSR Utilities. Creating Backup Files. Chapter 9

NDSR Utilities. Creating Backup Files. Chapter 9 Chapter 9 NDSR Utilities NDSR utilities include various backup and restore features, ways to generate output files, and methods of importing and exporting Header tab information. This chapter describes:

More information

CASS /MASS Partnership in Tomorrow Meeting Minutes, August 26, 2003 Page 1 of 16

CASS /MASS Partnership in Tomorrow Meeting Minutes, August 26, 2003 Page 1 of 16 Partnership in Tomorrow Meeting Minutes CASS (Coding Accuracy Support System) MASS (Multiline Accuracy Support System) Cycle 2004 2005, August 26, 2003 The 12 th annual Partnership in Tomorrow Meeting

More information

Refresh Web Query Synonym

Refresh Web Query Synonym 1 Added to CRTWQSYN command. Available in 1.1.2 HotFix 5 Use to synchronize Web Query synonym when structure/format of underlying table changes. Can be called from command line, CL program, Job Scheduler.

More information

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices.

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices. MySQL for Excel Abstract This is the MySQL for Excel Reference Manual. It documents MySQL for Excel 1.3 through 1.3.6. Much of the documentation also applies to the previous 1.2 series. For notes detailing

More information

CRM Global Search: Installation & Configuration

CRM Global Search: Installation & Configuration Installation ***Important: It is highly recommended that you first take a backup of your current CRM Application Ribbons prior to importing this solution. Please do so by navigating to Settings > Solutions

More information

This document has been compiled to assist parent(s) / carer(s) in completing an online application for their child s admission to a Torfaen school.

This document has been compiled to assist parent(s) / carer(s) in completing an online application for their child s admission to a Torfaen school. This document has been compiled to assist parent(s) / carer(s) in completing an online application for their child s admission to a Torfaen school. Before completing any application for admission to school,

More information

REGISTERING AS A SUPPLIER

REGISTERING AS A SUPPLIER REGISTERING AS A SUPPLIER The Commonwealth of Pennsylvania Department of General Services Bureau of Procurement www.dgs.pa.gov BEFORE YOU BEGIN THE REGISTRATION PROCESS PA Supplier Portal is only compatible

More information

Microsoft Access 2010: Basics & Database Fundamentals

Microsoft Access 2010: Basics & Database Fundamentals Microsoft Access 2010: Basics & Database Fundamentals This workshop assumes you are comfortable with a computer and have some knowledge of other Microsoft Office programs. Topics include database concepts,

More information

Access 2010 Intermediate Skills

Access 2010 Intermediate Skills Access 2010 Intermediate Skills (C) 2013, BJC HealthCare (St Louis, Missouri). All Rights Reserved. Revised June 5, 2013. TABLE OF CONTENTS OBJECTIVES... 3 UNDERSTANDING RELATIONSHIPS... 4 WHAT IS A RELATIONSHIP?...

More information

Anonymous Oracle Applications HR Data

Anonymous Oracle Applications HR Data Abstract Information in many test and development Oracle Applications HR systems must be rendered anonymous for security purposes. Such data masking helps prevent the unauthorized visibility of the data

More information

User Guide. A guide to online services available through Sircon for Education Providers. DOC CX 08/13/10 02/02 v5

User Guide. A guide to online services available through Sircon for Education Providers. DOC CX 08/13/10 02/02 v5 User Guide A guide to online services available through Sircon for Education Providers DOC CX 08/13/10 02/02 v5 Contents Contents Contents... 2 Introduction... 4 About this Guide... 4 Getting Started...

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information

Course Outline. Module 1: Introduction to Data Warehousing

Course Outline. Module 1: Introduction to Data Warehousing Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account

More information

User Manual for Web. Help Desk Authority 9.0

User Manual for Web. Help Desk Authority 9.0 User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

Amicus Attorney Link Guide: PCLaw

Amicus Attorney Link Guide: PCLaw Amicus Attorney Link Guide: PCLaw Applies to: Amicus Attorney 2010/2009/2008 Premium Edition Amicus Attorney 7 Contents About the Link... 2 What you need... 2 What information is exchanged... 3 Link setup

More information