You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

To identify duplicate data...

  1. Right-click on a model-version in the tree, or in the diagram for the model-version, and choose Model > Identify duplicate data.
     
  2. Specify the tables to be included or excluded using SQL wild cards and click Next.
  3. The tables matching the criteria in the last step are displayed. Move any specific tables not to be included to the Exclude tables list and click Next.
  4. Specify the columns to be included or excluded as joining columns using SQL wild cards and click Next.
  5. Specify which data types columns it must have to be included and click Next.
  6. Enter the criteria for identifying duplicate data.
    • Matching criteria sets which attributes should be checked for duplicate data
    • The Sample size section is used to select what data should be used
    • Selecting Distinct value sample size samples a set number of distinct values for each attribute from the source database
    • Selecting Use top 10 most frequent values uses the values from the Top 10 most frequent values profiling metric
    • Equality criteria sets how attributes should be checked for duplicate data
    • Click Confirm.
  7. The duplicate data relationships found is displayed.
    • Check or un-check the boxes in the Create column of the table to choose which relationships should be created.
    • Check Assign foreign key join type to assign a relationship type to the created relationships so they can be easily distinguished in the diagram.
    • Check Profile created duplicate data relations to run profiling on the newly created relationships.
  8. Click Finish to create the relationships. Any diagrams open for the model-version is refreshed to show the new relationships.
  • No labels