Java Transformation in Informatica

The Java Transformation in Informatica allows one to write custom Java code within the transformation. If you are familiar with Java programming, you can write complex code inside this Informatica transformation. For this Informatica Java Transformation example, we will use SP Source and Destination tables. The screenshot below shows that the Source table has 15 records, and … Read more

Informatica Transformations

Informatica Transformations are repository Objects that are used to perform aggregations, sorting, merging, modifying, distributing, etc., while passing data through them. The Informatica Power Center Designer provides a set of transformations that perform specific functions. For example, the Sorter transformation will sort the input fields based on a specified field. Types of Transformations in Informatica … Read more

Update Strategy in Informatica

In this article, we are going to explain how to configure Update Strategy in Informatica with an example. For this Informatica Update Strategy example, we are going to use the below show data (Customer table) And the destination table is: Update Strategy in Informatica Example In our previous article, we already explained the Update Strategy Transformation. … Read more

Update Strategy Transformation in Informatica

The Update Strategy Transformation in Informatica is an Active and Connected transformation. It is useful to update, insert, or delete the records in a target based on source table data. And the beauty of this Informatica Update Strategy Transformation is that you can restrict the records from not reaching the target table. This article explains … Read more

Normalizer Transformation in Informatica

The Normalizer Transformation in Informatica is an Active and Connected transformation. This Informatica Normalizer transformation is used to normalize the denormalized data. Or you can simply say, divide single in a table to multiple rows. For this Informatica Normalizer transformation example, we are going to use the below show data (Denormalized Source table) And the … Read more

Informatica Update Strategy using Session Properties

In this article, we are going to explain, How to achieve Informatica Update Strategy using Session Properties. Or, the steps involved in configuring the Session Properties to achieve the Update Strategy without using any Update Strategy Transformation with an example. In Informatica, you can use the Session Properties to achieve the update strategy. But, this approach is … Read more

Load Multiple Text Files into SQL Server in Informatica

In this article, we will show you how to Load Multiple Text Files into SQL Server in Informatica with example. For this Informatica Load Multiple Text Files into SQL Server example, we are going to use Four Text files present in our local file system, i.e., D:\FILE SYSTEM TASK FOLDER\ Data present in the Employee1.txt … Read more

Load Data From Text File to SQL Server in Informatica

In this article, we will show you how to Load Data From Text File to SQL Server in Informatica with an example. For this Informatica Load Data From Text File to SQL Server example, we are going to use the below show text file data (Employee table) and the Destination table is File Destination. As … Read more

Export Data from SQL Server to Flat File in Informatica

In this article, we will show you how to Export Data from SQL Server to Flat File in Informatica with an example. For this Informatica Export Data from SQL Server to Flat File example, we are going to use the below show data (Employe table) Export Data from SQL Server to Flat File in Informatica … Read more

Move Data from SQL Server to another in Informatica

In this article, we will show how to Move Data from SQL Server to another in Informatica with an example. For this Informatica Move Data from SQL Server to another example, we are going to use the below show data (Customers table) And the Destination table is Duplicate Cust. As you can see, it is … Read more