1)can anyone explain how to use Normalizer transformation
for the following scenario

Source table | Target Table
|
Std_name ENG MAT ART | Subject Ramesh Himesh Mahesh
Ramesh 68 82 78 | ENG 68 73 81
Himesh 73 87 89 | MAT 82 87 79
Mahesh 81 79 64 | ART 78 89 64
|
please explain what should be
the normalizer column(s)
The GCID column

2)Also please explain the Ni-or-1 rule.

Answer Posted / kishore

Hi,
according to my idea, take 3 different groups in the
normalizer transformation like....
1. stud_id studname
------- --------
1 Ramesh
2 Himesh
3 Mahesh

2. Sub_id Subname
------- -------
10 ENG
20 MAT
30 ART

3. sub_id stud_id marks
------ ------- -----
1 10 68
1 20 82
1 30 78
2 10 73
2 20 87
2 30 89
3 10 81
3 20 79
3 30 64
make sure that all these 3 groups have proper relationship
with each other.
finally map the appropriate fields to the target.

I'm not exactly sure about this answer but i would be
thankfull for any suggestions.

have a nice day. Kishore.

Is This Answer Correct ?    9 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to revert a global repository to local one and why?

615


my source is junk data how will u remove that junk data by using unix please any one replay me

3243


What is difference between a gateway node and worker node?

628


Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?

632


Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?

2430






What is lookup transformation?

599


How we can create indexes after completing the loan process?

729


What are the designer tools for creating transformations?

685


How can we use mapping variables in informatica?

600


How many number of sessions can one group in batches?

695


What is sequence generator transformation in informatica?

625


Can you generate sequence numbers without using the sequence generator transformation?

603


Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?

1623


if we have a delimiters at unwanted places in a flat file how can we over come those.

1572


What is domain and gateway node?

699