Distinct Transformation

Overview

The Distinct transformation object in Astera Centerprise removes duplicate records from the incoming dataset. You can use all fields in the layout to identify duplicate records, or specify a subset of fields, also called key fields, whose combination of values will be used to filter out duplicates.

## Use Case

Consider a scenario where we have data coming in from an Excel Workbook Source and the dataset contains duplicate records. We want to filter out all the duplicate records from our source data and create a new dataset with distinct records from our source data. We can do this by using the Distinct transformation object in Astera Centerprise. To achieve this, we will specify data fields with duplicate records as Key Values.

In order to add a separate node for duplicate records inside the Distinct transformation object, we will check the option: Add Duplicate Records. Then we will map both distinct and duplicate outputs to a Delimited File Destination.

Let’s see how to do that.

How to work with Distinct Transformation

1. Drag-and-drop an Excel Workbook Source from the Toolbox to the dataflow as our source data is stored in an Excel file.

(Read: How to work with an Excel source)

2. To apply the Distinct transformation to your source data, drag-and-drop the Distinct transformation object from the Transformations section in the Toolbox. Map the fields from the source object by dragging the top node of the ExcelSource and to the top node of the Distinct transformation object. To do this, go to Toolbox>Transformations>Distinct.

gif-drag-and-drop

3. Now, right-click on the Distinct transformation object and select Properties. This will open the Layout Builder window where you can modify fields (add or remove fields) and the object layout.

2

4. Click Next. The Distinct Transformation Properties window will now open.

4.4

Data Ordering:

  • Data is Presorted on Key Fields: Select this option if the incoming data is already sorted based on defined key fields.
  • Sort Incoming Data: Select this option if your source data is unsorted and you want to sort it.
  • Work with Unsorted Data: When this option is selected, the Distinct transformation object will work with unsorted data.

5. On this window, the distinct function can be applied on the fields containing duplicate records by adding them under Key Field.

(Note: In this case, we will specify the Name and Type fields as Key Fields)

unchecked

You can now write the Distinct output to a destination object. In this case, we will write our output into a Delimited destination object.

new1

6. Right-click on Delimited Destination object and click Preview Output.

Your output will look like this:

7

To add duplicate records

1. To add duplicate records in your dataset check the Add Duplicates Output option in the Distinct Transformation Properties window.

3

2. When you check this option, three output nodes would be added in the Distinct transformation object.

  1. Input
  2. Output_Distinct
  3. Output_Duplicate

(Note: When you check the Add Duplicate Records option, mappings from the source object to the Distinct transformation object will be removed.)

unmapped

3. Now, map the objects by dragging the top node of ExcelSource object to the Input node of the Distinct transformation object.

mapped

4. You can now write the Output_Distinct and Output_Duplicate nodes to two different destination objects. In this case we will write our output into a Delimited destination object.

6

Distinct output:

7

Duplicate output:

8

As evident, the duplicate records have been successfully separated from your source data.