Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Learning Informatica PowerCenter 10.x

You're reading from   Learning Informatica PowerCenter 10.x Enterprise data warehousing and intelligent data centers for efficient data management solutions

Arrow left icon
Product type Paperback
Published in Aug 2017
Publisher
ISBN-13 9781788471220
Length 426 pages
Edition 2nd Edition
Arrow right icon
Author (1):
Arrow left icon
Rahul Malewar Rahul Malewar
Author Profile Icon Rahul Malewar
Rahul Malewar
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

Title Page
Credits
About the Author
Acknowledgement
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Downloading and Extracting Informatica PowerCenter Software FREE CHAPTER 2. Understanding Admin Console 3. Understanding Designer Screen and its Components 4. The Lifeline of Informatica - Transformations 5. Using the Designer Screen - Advanced Features 6. Implementing SCD Using Designer Screen Wizards 7. Using the Workflow Manager Screen 8. Learning Various Tasks in Workflow Manager screen 9. Advanced Features of Workflow Manager Screen 10. Working with Workflow Monitor - Monitoring the code 11. The Deployment Phase - Using Repository Manager 12. Optimization - Performance Tuning

Normalizer transformation


Normalizer transformation is used in place of Source Qualifier transformation when you wish to read the data from the Cobol Copybook source. Also, Normalizer transformation is used to convert column-wise data to row-wise data. This is similar to the transpose feature of MS Excel. You can use this feature if your source is a Cobol Copybook file or relational database tables. Normalizer transformation converts columns to rows and also generates an index for each converted row. A sample mapping using Normalizer transformation is shown in the following screenshot:

Consider the following example that contains salaries of three employees for four months:

STEVE 1000 2000 3000 4000 
JAMES 2000 2500 3000 3500 
ANDY 4000 4000 4000 4000 

When you pass the data through Normalizer transformation, it returns the data in a row-wise form along with the index as shown here:

STEVE 1000 1STEVE 2000 2STEVE 3000 3STEVE 4000 4JAMES 2000 1JAMES 2500 2JAMES 3000 3JAMES 3500 4ANDY 4000 1ANDY...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images