- 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
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Python量化投資指南:基礎、數據與實戰
- Django開發從入門到實踐
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Designing Hyper-V Solutions
- The React Workshop
- Visual Basic學習手冊
- JavaScript動態網頁開發詳解
- R Data Analysis Cookbook(Second Edition)
- C++從入門到精通(第5版)
- Arduino可穿戴設備開發
- Software-Defined Networking with OpenFlow(Second Edition)
- Flink入門與實戰
- 每個人的Python:數學、算法和游戲編程訓練營
- Mastering ArcGIS Server Development with JavaScript