Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

Selecting Multiple Columns for Matching

Selecting Multiple Columns for Matching

If you specify more than one column for matching:
  • Values are concatenated into the field used by the match purpose, with a space inserted between each value. For example, you can select first, middle, last, and suffix columns in your base object. The concatenated fields will look like this (a space follows the last word in the string):
    first middle last suffix
    For example:
    Anna Maria Gonzales MD
  • For data containing spaces or null data:
    • If there are spaces in the data, then the spaces remain and the field is not NULL.
    • If all the fields are null, then the combined value is null.
    • If any component on the combined field is null, then no extra space will be added to replace the null.
Concatenating columns is not recommended for exact match columns.

0 COMMENTS

We’d like to hear from you!