Suppose we have a (assume relational) source table

Product_Id Month Sales
1 Jan x
1 Feb x
. . .
. . .
1 Dec x
2 Jan x
2 Feb x
. . .
. . .
2 Dec x
3 Jan x
3 Feb x
. . .
. . .
3 Dec x
. . .
. . .

and so on. Assume that there could be any number
of product keys and for each product key the sales
figures (denoted by 'x' are stored for each of the
12 months from Jan to Dec). So we want the result
in the target table in the following form.

Product_id Jan Feb March.. Dec
1 x x x x
2 x x x x
3 x x x x
.
.

So how will you design the ETL mapping for this case ,
explain in temrs of transformations.

Answer Posted / pallavi

we could do it using Normalizer.

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of olap? Give an example?

554


What is informatica metadata and where is it stored?

581


What is rank transform?

595


Is it possible to define a single node as a Gateway node as well as worker node?

650


What is mapplet in informatica?

589






How do you handle two sessions in Informatica

657


What is meant by pre and post session shell command?

619


What are the components of the workflow manager?

635


What is enterprise data warehousing?

611


Can we override a native sql query within informatica?

624


What is data transformation manager process?

617


what is unit testing?tell me proceedure

1772


I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.

630


What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks

4774


Explain the features of connected and unconnected lookup.

538