Remove Duplicates Using Sorter Transformation in Informatica

In this article, we are going to explain how to remove duplicates using Sorter Transformation in Informatica with an example. For this example, we are going to use the below show data From the above screenshot, you can observe that we have 60398 records with many duplicates. Our task is to select distinct records or … Read more

Sorter Transformation in Informatica

The Sorter Transformation in Informatica is used to sort the source data in either Ascending or Descending order, similar to SQL command ORDER BY Statement. In this section, we are going to demonstrate the steps involved in configuring the Informatica Sorter Transformation with an example. For this example, we are going to use the below … Read more