i have one table like
cust_id ph1 ph2 ph3
1002 9290123526 97671927210 9876545232
we use Normalizer wt is o/p?
sue normalizer we can generate three tables in single table/

Answers were Sorted based on User's Feedback



i have one table like cust_id ph1 ph2 ph3 1002 92901235..

Answer / ghouse

cus_id ph
1002 9290123526
1002 9767192210
1002 9876545232

Is This Answer Correct ?    2 Yes 0 No

i have one table like cust_id ph1 ph2 ph3 1002 92901235..

Answer / mehul thakur

In normalizer tab of normalizer tr. set no of occurence to 3
since we have 3 phno,which in turn create 3 i/p port in port tab,u hav to create exp tr. betn normalizer and target and map GCID_phno to expression tr. say out_phno and give condition in expression like decode(GCID_phno,1002,9290123526,1002,97671927210,1002,9876545232);
It might help u

Is This Answer Correct ?    1 Yes 0 No

i have one table like cust_id ph1 ph2 ph3 1002 92901235..

Answer / surendra

Please give the exact requirement

Is This Answer Correct ?    0 Yes 0 No

i have one table like cust_id ph1 ph2 ph3 1002 92901235..

Answer / subash

Hi Ghouse,

Can u pls explain how we achieve this, the logic in
normalizer, is it by just connecting the output ports from
normalizer to target , where we define ph1 occcuring 3 times
in normalizer transformation. Do we have to use any
expression transformation between the normalizer and the
target. Can some one who tried please explain the logic that
happens in normalizer transformation in splitting a single
row into multiple tuples

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

what is materialized view?

2 Answers  


How mapping parameter and variable works

1 Answers  


what is the difference between copy object import objects using repositery manager which one is best

1 Answers   TCS,


Scenario:-  Below is the requirement. Source:-  NAME          ID                    Requirement  RAVI            1                      (no need to repeat as it ID is 1) KUMAR        3                     (repeat 3 times as it ID is 3) John             4                     (repeat 4 times as it ID is 4) Required Out Put:- Name                   ID RAVI                     1                    KUMAR                3      KUMAR                3 KUMAR                3  John                     4 John                     4 John                     4 John                     4 Scenario 2:- Source Data  ID              NAME 1,2            NETEZZA,ORACLE 3,4,5         SQL Server, DB2, Teradata Required Output:-  ID                   NAME 1                  NETEZZA 1                  ORACLE 3                  SQL Server 3                  DB2 3                  Teradata

1 Answers   Cognizant,


Hi, I am unable to connect ports from two Active trasformations to another active transformation ? Why is it so? Why it is designed like that? Some rules has been designed like this that is We can't connect passive and another passive to active.Can any one please letme know all these rules. Ex:- I am trying to connect filter1 and filter2 to another filter. Please answer me Advance Thanks

1 Answers   IBM,






How do you implement unconn. Stored proc. In a mapping?

1 Answers  


What is blocking transformation?

0 Answers   Informatica,


Design a mapping to load the cumulative sum of salaries of employees into target table?

0 Answers   Informatica,


major difference between normal loading and bulk loading?

6 Answers  


How to extract original records at one target & Duplicate records at one target? {with out using EXPRESION transformation and sequence generator transformation?}<-this is important

4 Answers   CTS,


What are the join types in joiner transformation?

1 Answers   Informatica,


What is ThroughPut in Informatica, How it works, Where I can find this option to check ?

5 Answers   CTS,


Categories