Define error Threshold?
if we have input eno 1,2,3,1,2,3 year 2001,2002,2003,2001,2002,2003 and sal 10000,20000,30000,20000,30000,40000 ex-output eno totsal 1 30000 2 50000 3 70000
My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.
What is difference between stored procedure transformation and external procedure transformation?
What is degenerated dimention table?
I have the source like col1 col2 a l b p a m a n b q x y How to get the target data like below col1 col2 a l,m,n b p,q x y
WHat all joins are there in Source Qualifier?
What are the different components of powercenter?
How can repository reports be accessed without sql or other transformations?
when we use dynamic lookup,if condition matches what will be the o/p?
in informatica,if i have some no.of records,if i want 1st and 10th records..what will be the method to use?
WHAT IS UPDATE OVERRIDE . DIFFERENCE BETWEEN SQL OVERRIDE AND UPDATE OVERRIDE ?
I am using mapping variable, when i am running a session,before it has 10000 records, after completion of session what about value of mapping variable?