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 |
Can anyone give some input on "Additional Concurrent Pipelines for Lookup Cache Creation" ? I know that this property is used to build caches in a mapping concurently. But which values should I set into this ( i.e. 1 or 2 or 3 or something else ) for concurrent cache building ?
Define maping and sessions?
In a scenario I want to change the dimensions of a table and normalize the denomralized table which transformation can I use?
my sourse is like id name sal--1 aa 1000 ,2 bb 2000, 3 cc 3000 4 dd 4000, 5 ee 6000 , 6 ff 7000 and so on but myrequirement is like this id name sal up_sal,1 aa 1000 null,2 bb 2000 1000, 3 cc 3000 2000 4 dd 4000 3000, 5 ee 5000 4000 , 6 ff 6000 50000 and so on so how can i get it plez reply for this as soon as possible , thanks in advanced
In ur current projectu have done any performance tuning of mappings?
Can we insert and update a target table without using update strategy transformation?How?
What does role playing dimension mean?
What are the tasks that Loadmanger process will do?
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
What is a configuration management?
What all join we can perform in LOOKUP transformation?
what is the difference between mapplet & stored procedure?