Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Informatica PowerCenter Developer : Beginner to Expert Level
Rating: 3.7 out of 5(24 ratings)
110 students

Informatica PowerCenter Developer : Beginner to Expert Level

Informatica Powercenter is an ETL tool which is used for Data integration.
Created byRajnees Kumar
Last updated 5/2021
English

What you'll learn

  • Informatica, SQL

Course content

1 section49 lectures29h 5m total length
  • Introduction29:25

    Explore Informatica PowerCenter architecture and its three core components—designer, workflow manager, and workflow monitor—and learn to build mappings from source to target and run workflows.

  • Filter Transformation - 110:00

    Demonstrates using the filter transformation within Informatica PowerCenter, from importing from database and building a mapping design to applying a greater-than filter, saving, and validating data in the target.

  • Filter Transformation - 210:00

    Import from database and design a mapping in the designer, connecting source to target with a modular layout, then apply a filter transformation for records greater than 10000.

  • Expression Transformation12:20

    Build an Informatica PowerCenter mapping to load employees into a target, using an expression transformation to convert the first name to lowercase, and ensure the target is truncated before loading.

  • Joiner Transformation - 132:59

    Explore the joiner transformation in Informatica PowerCenter, building a multi-table mapping with employees, departments, and locations, applying a department not equal to 90 filter, and handling matching and non-matching data.

  • Joiner Transformation - 229:42

    Explore the joiner transformation by joining three tables: employees, department, location, using left outer joins to include all left-table data and matching right-table data.

  • Aggregator Transformation27:21

    Learn to use the aggregator transformation in Informatica PowerCenter to group data by department and apply aggregate functions like count, max salary, and sum, surfacing department-level insights.

  • Sorter Transformation16:20

    Learn how to use the sorter transformation to order employees by department id and salary, handle duplicates with distinct, and control sort order in Informatica PowerCenter.

  • Sequence Generator36:52

    Explore how to implement the sequence generator in Informatica PowerCenter to produce sequential values, map them to a target, and understand database storage and constraints.

  • Rank Transformation11:54

    Rank transformation identifies top or bottom salaries, enabling you to extract top three employees by salary and the two highest earners per department through grouped ranking.

  • Router29:31

    Explore using the Router transformation in Informatica PowerCenter to route data to multiple targets based on salary and department, with a default path for unmatched rows.

  • Union Transformation - 17:39

    Learn union transformation in Informatica PowerCenter, including creating two groups, combining data with union versus union all, and validating outputs with sorting and target loading.

  • Union Transformation - 245:20

    Learn how union and union all merge elements from two sets, including duplicates, and how intersect, minus, and related operations filter data in PowerCenter.

  • Source Qualifier32:33

    Learn how the source qualifier in the ETL process extracts data from diverse sources, enables transformations, and prepares data for loading into the target by filtering, joining, and selecting columns.

  • Normalizer - 130:57

    Learn how to apply normalization in Informatica PowerCenter to convert weekly sales data into daily figures, build and load normalized tables, and manage column alignment.

  • Normalizer - 235:25

    Discover how to use the normalizer in Informatica PowerCenter to build a normalized target from a wide source, edit mappings, adjust column counts, and apply ddl and insert statements.

  • Look up Transformation - 11:00:39

    Demonstrates using the look up transformation to compare source items with a reference list, perform item-by-item matching, handle missing data, and load only matched or filtered records into the target.

  • Look up Transformation - 231:43

    Explore the look-up transformation that checks the target for existing employees and inserts new records when no match, using null returns and insertion flags.

  • Look up Transformation - 342:18

    Explore how a look up transformation supports insert and update in a target by comparing source and target data, using a change flag, and configuring separate targets for upserts.

  • Look up Transformation - 448:07

    Look up transformation concepts are demonstrated by mapping city, state, and country codes to full names using reference data, joins, and data quality checks.

  • Look up Transformation - 556:16

    Explore the look up transformation in PowerCenter, using connected and unconnected lookups, reusing a single lookup for multiple fields, and building reusable lookups to map city, state, and country codes.

  • Update Strategy Transformation15:11

    Master the update strategy transformation in Informatica PowerCenter, applying insert, update, or delete within a mapping, using data driven rules to handle multiple operations.

  • Stored Procedure Transformation29:17

    Learn to build a stored procedure transformation in Informatica PowerCenter by creating a procedure object, defining input and output parameters, and coding the body to calculate total salary for employees.

  • Flat files - 126:54

    Learn how flat files, with fixed or delimited formats, use delimiters and escape characters, and how to map sources to targets like Oracle, SAP, and Salesforce.

  • Flat files - 217:18

    Learn to load data from multiple flat files with the same structure into a single target in Informatica PowerCenter by managing file names, case sensitivity, headers, and target properties.

  • SCD - 135:56

    Explore SCD type 1 in a data warehouse, learning how to maintain current data with insert and update rules, using lookups and a gate key to track changes.

  • SCD - 21:36:12

    Learn how to implement slow changing dimension type 2 using surrogate keys to preserve history, handle source and target lookups, and maintain current dimension data in a star schema.

  • SCD - 323:16

    Demonstrate implementing slowly changing dimension type 3 in Informatica PowerCenter, preserving history by date, updating current and previous values, and validating with source data.

  • SCD - 41:26:00

    Explore how to implement SCD 4 in Informatica PowerCenter by using static and dynamic lookups, managing target versus source data, and handling updates, inserts, and lookups efficiently.

  • SCD - 540:57

    Explore SCD type 2 implementation in Informatica PowerCenter, using source lookups, target updates, expiry dates, and change detection to manage new and updated records.

  • SCD - 61:03:53

    Explore SCD type 2 in Informatica PowerCenter, maintaining history with current and expiry dates, using lookups and flags to insert or update records while preserving past data.

  • Parameters and Variables1:36:16

    Explore parameters and variables in Informatica PowerCenter, including how to use meters, parameterization, and incremental loading to control mappings and data flow.

  • XML1:26:57

    Explore how XML structures preserve hierarchical data, mapping locations, departments, and employees from source to target in Informatica PowerCenter, and learn strategies for normalization and joining data.

  • SQL Transformation - 128:41

    Explore sql transformation basics, including source qualifier, lookup transformation, and dynamic lookup to fetch employee and department data for target loading, handling multiple matches.

  • SQL Transformation - 220:58

    Parameterize sql transformation connections using a global level variable to make mappings portable across development and production environments.

  • SQL Transformation - 321:43

    Explore sql transformation techniques by building mappings that join employees with departments and source quality data, selecting employee id, name, and department for analysis.

  • Debugger6:19

    Explore how to use the debugger in PowerCenter to trace data flow from source to target, set breakpoints, inspect lookups, and verify filters and transformations step by step.

  • Mapplet21:47

    Design a mapplet to derive full names from first name, last name, and department id, using lookups and joining employee data with department data.

  • UDF (User define function)23:15

    Create private or public user defined functions and apply them in Informatica PowerCenter mappings to transform columns, using upper and lower case logic across many fields.

  • Task Commands - 115:51

    Execute task commands to manage system tasks, monitor failures, and trigger email notifications, while configuring a virtual machine and tracking decisions.

  • Task Commands - 241:09

    Learn how to use task commands in Informatica PowerCenter, including event-driven waits, timers, and building reusable mappings and dependencies for complex data workflows.

  • Reusable Transformation28:15

    Learn to create reusable transformations to centralize common logic across mappings, such as concatenating first and last names, removing spaces, and using lookups across departments and employees.

  • Transaction Control1:07:34

    Master transaction control in Informatica PowerCenter, using commit and rollback to manage insert, update, and delete operations across source and target data.

  • Version control56:52

    Master version control in Informatica PowerCenter by using check out and check in to lock objects, resolve conflicts, and track changes through history, export, and import.

  • Shortcut folder / shared folder41:47

    Explore how shortcut folders and shared folders centralize reusable objects in Informatica PowerCenter, manage dependencies across multiple folders, and safely propagate changes with imports, mappings, and governance.

  • Session Properties - 142:57

    Explore session properties in Informatica PowerCenter, including designing mappings with the designer and workflow manager, configuring target connections, run logs, and monitoring workflow execution.

  • Session Properties - 240:31

    Learn to configure session properties in Informatica PowerCenter, customize systems and mappings, make components reusable, and review system logs and performance details to optimize data flows.

  • how to create ODBC database connection3:45

    Create an odbc database connection and import data from a database in Informatica PowerCenter, configuring a DSN and mapping a source (employees) to a target.

  • PMCMD command28:42

    Use the PMCMD command in Informatica PowerCenter to manage workflows, integration services, and utilities, applying domain privileges and recovery options to run and monitor jobs.

Requirements

  • Must have knowledge of SQL.

Description

Informatica developers analyze a business's database storage and warehousing capabilities and assess the company's data requirements.

Mapping in Informatica is a collection of source and target objects linked together by a set of transformations. These transformations consist of a set of rules, which define the data flow and how the data is loaded into the targets.

Data mapping is the process of extracting data fields from one or multiple source files and matching them to their related target fields in the destination. Data integration or ETL mapping helps consolidate data by extracting, transforming, and loading it to a data warehouse. The initial step of ETL is data mapping.

Our Informatica PowerCenter course provides 49 videos of lectures, which is sufficient to become expert in Informatica. For more knowledge you can refer our SQL level 1 and level 2 course.

1) Introduction of Informatica PowerCenter and Mappings

2) Filter Transformation

3) Expression Transformation

4) Joiner Transformation

5) Aggregator Transformation

6) Sorter Transformation

7) Sequence Generator

8) Rank Transformation

9) Router Transformation

10) Union Transformation

11) Source Qualifier

12) Normalizer Transformation

13) Look up Transformation

14) Update Strategy Transformation

15) Stored Procedure Transformation

16) Flat files

17) SCD

18) Parameters and Variables

19) XML

20) SQL Transformation

21) Debugger

22) Mapplet

23) UDF (User define function)

24) Task Commands

25) Reusable Transformation

26) Transaction Control

27) Version control

28) Shortcut folder / shared folder

29) Session Properties

30) how to create ODBC database connection

31) PMCMD command

Who this course is for:

  • SQL developer, IICS developer, Informatica developer