normalizer transformation
Answers were Sorted based on User's Feedback
Normalizer transformation is an active. It is used to import
the cobol sources. The cobol source is associated with
normalizer transformation.
It is used to single input record to multiple record is
known as data pivot.
| Is This Answer Correct ? | 3 Yes | 0 No |
Normalizer transformation is an active. It is used to import
the cobal sources.
data pivot is a process single input records into multiple data records
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naveenkumar
normalization trans is active trans .normalization trans is define horizontal data pivot.
the data pivot is a process of converting the single input records in multiple data records
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, Can someone send me the DWH and Informatica FAQ's at vanibv6@gmail.com Thanks in Advance, Vani
If there are 3 workflows are running and if 1st workflow fails then how could we start 2nd workflow or if 2nd workflow fails how could we start 3rd workflow?
If the records doesnt satisfy the filter condition where will it go?
I have table name called Team and I have name and DOJ in that table in oracle, when I retrive the table in Informatica DOJ shows with date and time , I want want to know is it possible to get only date(MMDDYYYY) in the date data type,
What is the Hierarchy of DWH?
Normalizer transformation is not involved in Mapplet.. why???
What is an expression transformation?
What is informatica?
Design a mapping to get year of join for each employee.
Hello, I have the below table: CityID CityName CostOfLiving 1 Mumbai 5000 1 Bangalore 4500 1 Chennai 4800 2 Vapi 6000 3 New Delhi 8000 I am passing the rows of the above table through the aggregator transformation in Informatica What happens in the following conditions: 1) I specify no group-by ports? 2) I specify a group-by on CityID without making any separate post for aggregation? Which city and costofliving will this eventually take for CityID=1? 3) Rest being same as point 2,I take the sum of cost of living.Which city will be returned for ID=1? Thanks for your help!
in source one table is there. id value --- ------ 1 a 2 b 3 c 1 d 2 e 1 f in target i want id value ---- ------ 1 a,d,f 2 b,e 3 f How to implement it in informatica without using normalizer transformation?
why we use source qualifier transformation?