What are pre and post-session shell commands?
No Answer is Posted For this Question
Be the First to Post Answer
What are mapplets? How is it different from a Reusable Transformation?
What is a rank transform?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
What is meant by lookup transformation? Explain the types of lookup transformation?
How to delete duplicate row using informatica?
Why you use repository connectivity?
What is best approach to load 100 different source files (Different structure) to differet target tables ?
How to load time dimension?
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.
my source is like this id,name sal 10 abc 1000,10 pqr 2000, 10 xyz 3000 ,10 jkl 4000 and my requirement is like this 10 abc,pqr,xyz,jkl 2000 .... i have try for this by using expression transformatin its ok of the concatenation of second column but the thing is that on third column if u group by using agg t/r the last value will com i.e 4000 but i asked by a interviewer that i dont want the first or last column i want the middle column i.e 2000 .plz reply for the same
What is polling in informatica ?
If we have a two tables A & B A contain 10 records,B contain 20 records,what w'll b the o/p if we perform normal join,Master outer join,Detail outer join and Full Outer join how?