can anyone explain me about sales project in informatica?
Answer Posted / g. manthiramoorthy
Project Explanation:
I’m giving generic explanation of the project. Any project
either banking or sales or
insurance can use this explanation.
First u have to start with
1) U have to first explain about objective of the project
and what is client
expectations
2) u have to start where ur involvement and responsibility
of ur job and limitations
of job.
Add some points from post Project Architecture reply like
offshore and onsite model
and team structure.. etc.,
Main objective of this project is we are providing a system
with all the information
regarding Sales / Transactions (sales if sales domain /
transactions if bank domain or
insurance domain) of entire organizations all over the
country US / UK ( based on the
client location US/UK/…..). we will get the daily
transaction data from all branches at
the end of the day. We have to validate the transactions and
implement the business logic
based on the transactions type or transaction code. We have
to load all historical data into
dwh and once finished historical data. We have to load Delta
Loads. Delta load means
last 24 hrs transactions captured from the source system. In
other words u can call it as
Change Data Capture (CDC). This Delta loads are scheduled
daily basis. Pick some
points from What is Target Staging Area Post.. Source to
Staging mappings, staging to
warehousing.. based on ur comfort level..
Each transaction contains Transaction code.. based on the
transaction code u can identify
wheather that transaction belongs to sales, purchase / car
insurance, health insurance, /
deposit , loan, payment ( u have to change the words based
on the project..) etc., based on
that code business logic will be change.. we validate and
calculate the measure and load to database.
One Mapping explanation :
In Informatica mapping, we first lookup all the transaction
codes with code master table
to identify the transaction type to implement the correct
logic and filter the unnecessary
transactions.. because in an organization there are lot of
transactions will be there but u
have to consider only required transactions for ur project..
the transaction code exists in
the code master table are only transactions u have to
consider and other transactions load
into one table called Wrap table and invalid records (
transaction code missing, null,
spaces) to error table. For each dimension table we are
creating surrogate key and load
into DWH tables.
SCD2 Mapping:
We are implementing SCD2 mapping for customer dimension or
account dimension to
keep history of the accounts or customers. We are using SCD2
Date method.
before telling
this u should know it clearly abt this SCD2 method..careful
abt it..
Responsibilities
Pick from Project architecture Post and tell according ur
comfortable
level.. we are responsible for only development and testing
and scheduling we are using
third party tools..( Control M, AutoSys, Job Tracker, Tivoli
or etc..) we simply give the
dependencies between each mapping and run time. Based on
that Information scheduling
tool team will schedule the mappings. We won’t schedule in
Informatica .. that’s it
Finished…
Please Let me know if u required more explanation regarding
any point reply ……
| Is This Answer Correct ? | 119 Yes | 4 No |
Post New Answer View All Answers
What is a grid in Informatica?
What is main use of mapplet?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
What is target designer and target load order?
What is decode in informatica?
Explain sql transformation in script mode examples in informatica
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
What are the challenges you have faced in your Project (DWH- ETL)? Explain with example?
When do you use sql override in a lookup transformation?
What is informatica? Why do we need it?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
What are the different lookup cache(s)?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
What are the components of Informatica? And what is the purpose of each?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1