- Learning Informatica PowerCenter 10.x(Second Edition)
- Rahul Malewar
- 207字
- 2021-07-02 20:55:49
The Lifeline of Informatica - Transformations
Transformations form the most important aspect of the Informatica PowerCenter tool. The functionality of any ETL tool lies in the transformations. Needless to say at this point, transformations are used to transform data. Informatica PowerCenter provides multiple transformations, each serving a particular functionality. Transformations can be created as reusable or non-reusable based on the requirement. The transformations created in workflow manager are non-reusable, and those created in task developer are reusable. You can create mapping with a single transformation or with multiple transformations.
When you run the workflow, integration service extracts the data in a row-wise manner from the source path/connection you defined in the session task and makes it flow from the mapping. The data reaches the target through the transformations you defined.
The data always flows in a row-wise manner in Informatica, no matter what your calculation or manipulation is. So, if you have 10 records in the source, there will be 10 source-to-target flows while the process is executed.
We will be talking about the following topics in this chapter:
- Adding transformation in mapping
- Ports of transformation
- Various transformations such as Expression, Aggregator, Sorter, Filter, Router, Lookup, Sequence Generator, Update Strategy, and so on
- Classification of transformation
- Tracing levels
- SQL Server 從入門到項目實踐(超值版)
- Apache Spark 2.x Machine Learning Cookbook
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Visual Basic程序設計(第3版):學習指導與練習
- Python高級編程
- Windows Presentation Foundation Development Cookbook
- Unity 5.x By Example
- 劍指MySQL:架構、調優與運維
- Python機器學習基礎教程
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Getting Started with React Native
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- SFML Game Development
- 零基礎學編程系列(全5冊)
- 軟件測試項目實戰之功能測試篇