How to use Normalizer transformation?
Answers were Sorted based on User's Feedback
Answer / haribabu
it is used to import data from cobol services and it converts the single record into multible output records like normalized data is converted into denormalized data.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / usha
Normalizer transformation whic is used to normilize the
data.
Normalizer transformation is used to conver columns to rows.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
Source table ------------- ID NAME --- ------ 101 PANKAJ NULL KUMAR NULL MATHUR 102 JYOTI NULL SAXENA 103 SACHIN NULL TENDULKAR TARGET TABLE ------------- ID NAME --- ------- 101 PANKAJ KUMAR MATHUR 102 JYOTI SAXENA 103 SACHIN TENDULKAR IN ORACLE & INFORMATICA LEVEL HOW TO ACHIVE
Design a mapping to calculate department wise sum of salaries and load it in single target? Source Target Deptno Salary Deptno Salary 10 100 10 600 10 200 10 600 10 300 10 600 20 200 20 800 20 300 20 800 20 300 20 800 30 400 20 1500 30 500 30 1500 30 600 30 1500
How to add source flat file header into target file?
What is event and what are the tasks related to it?
How can we create index after completion of load process?
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
Change Data Capture in Informatica,using Incremental Aggregation.How can i identify the these data in Target table.
is it possible to index the data in cache of lkp transformation ?
How to delete the (flat file) data in the target table after loaded.
Which is the t/r that builts only single cache memory?
Can you copy the batches?