Tell me about your experience in informatica? what is best
mark you can give yourself? How to answer this question?
No Answer is Posted For this Question
Be the First to Post Answer
List the transformation used for the following: (1) Heterogeneous Sources (2) Homogeneous Sources (3) Find the 5 highest paid employees within a dept. (4) Create a Summary table (5) Generate surrogate keys
what is the process we used in joiner transformation,there is no matching column in sources?
Can you create a flatfile target
Whats the difference between $, $$, $$$
What are the parts of Informatica Server?
how can you load data into target table without leading zeor's
Can informatica load heterogeneous targets from heterogeneous sources?
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
Q. source having mutile depatment of data, dept1, dept2 ....dept10 today. we have mutilple depts in source, we need to generate dept1, dept2 and multile files in target side. today we have 10 dept which have 10 files, tommorow we have only 4 dept and 4 files, dayafter tommorow we have only 6 all the number of files in the targete file directory it's always dynamic. how can acheive it.
How to recover the standalone session?
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
case and like function in informtica (my source is XML). case when OS Like'%Windows%' and OS Like '%200%' then 'Windows 200' case when OS Like'%Windows%' and OS Like '%200%'and OS like '%64%' then 'windows 200 64 bit' etc.,,