When to use normalization transformation other than cobol
source?
Answers were Sorted based on User's Feedback
Answer / chandra
by using normalizer we can normalize the data .
means a single input record can be devided into multiple
data records.
This process is also called as datta pivot.
Regards
chandrababu Naidu
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / abdulquadir atif
Hi,
We use Normalizer for COBOL sources and also to split data,
which means de-normalizing. If you want to change columns
to rows and vice versa.
Atif
| Is This Answer Correct ? | 1 Yes | 0 No |
how can we run workflow with pmcmd?
What is meant by target load plan?
In a table, 4 person having same salary. How to get Third person record only?
What do you mean incremental aggregation?
What is difference between a gateway node and worker node?
follwing scenario two table using find maximum salary? table a table b 101 xxx 1000 106 6500 103 yyy 5000 108 800 104 din 6000 109 7000 105 dsh 200 110 3000
Create a mapping which contains 2 target tables. When the session runs for the first time it shud load Target table 1 and when it runs for second time it shud load Target table 2.
.prm wirh repalce .txt is possible?
if the column name in sql override is diff from the column name in source qualifier,what is the impact?
What is olap (on-line analytical processing?
I want load the data into target with out 1st and last record.
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?