0% found this document useful (0 votes)
15 views4 pages

RITS Mini Project v1

The document outlines a mini project using Informatica PowerCenter to extract, transform, and load bank data from multiple sources into a data warehouse for reporting. The project aims to generate various reports, including customer vs account, monthly bank statements, and customer balance reports. It details the source and target data types, including flat files, XML, and tables, along with the specific objects involved in the project.

Uploaded by

Bharath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views4 pages

RITS Mini Project v1

The document outlines a mini project using Informatica PowerCenter to extract, transform, and load bank data from multiple sources into a data warehouse for reporting. The project aims to generate various reports, including customer vs account, monthly bank statements, and customer balance reports. It details the source and target data types, including flat files, XML, and tables, along with the specific objects involved in the project.

Uploaded by

Bharath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Online Software Training Institute

www.royalitskills.com Call: 8919779311

Informatica PowerCenter
Mini Project for Practice

Requirement:
Extract the bank data from multiple sources, Transform the data and store it in
data warehouse for multiple reporting purposes.
Aim of the Project:
1. Get a report (.csv) of Customer vs Account
2. Generate monthly bank statement (.txt files) of each Customer
3. Get a report (XML) of top 5 and bottom 5 balance maintaining customers
4. Get the complete history of changes of a given customer.

Target Tables: (reference diagram only)

1
Online Software Training Institute
www.royalitskills.com Call: 8919779311

Informatica PowerCenter
Mini Project for Practice

Data Sources/Target:
Source Data Target Data
 Files (.dat, .csv, .txt)  Files (.csv, .txt)
 XML Data  XML Data
 Tables  Tables

Source Data:
Source Data Objects Object Type Object Name No. of Objects
Customer Data Flat File Customer_File_1.dat 1
Customer Data XML File Customer_File_2.XML 1
Daily Transactions Flat File Transactions.dat 3 (with same name, in 3 days)
Account Data Flat File Account.csv 1
Account and Table Cust_Acc_Xref 1
Customer Cross
Reference Data

Target Data:
Target Data Object Type Object Name No. of Objects
Objects
Customer Data Table Customer 1
Account Data Table Account 1
Account and Table Cust_Acc_Xref 1
Customer Cross
Reference Data
Transactions Table Transactions 1
Cust vs Acc Data Flat File Cust_Acc.csv 1
(.csv)
Customer Flat files Cust_Trans_<Cust_ID>.tx n
Transaction (.txt) t (1 file for each
Statements customer)

2
Online Software Training Institute
www.royalitskills.com Call: 8919779311

Informatica PowerCenter
Mini Project for Practice

Customer Change FlatFile Cust_Hist.dat 1


History (selected (pipe
customers) delimited)
Top5 and Bottom5 XML File Cust_Top_Btm_5.XML 1
Customers

Mapping Document:

Sources:

Targets:

3
Online Software Training Institute
www.royalitskills.com Call: 8919779311

Informatica PowerCenter
Mini Project for Practice

You might also like