What's the layout of parameter file (what does a parameter file contain?)?
No Answer is Posted For this Question
Be the First to Post Answer
Can we have a Mapping without a Source Qualifier?
What is a standalone command task?
what is the look up transformation?
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
How would you copy the content of one repository to another repository?
why normalizer transformation can not used in mapplet? plzzzz answer
how we load the data from source to staging area
How will you combine 3 different sources with a single source?
What are active transformations.
What do you understand by SOA of Informatica?
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
i have source file data empno,ename,sal 100,ram,1000 200,tyu,2000 300,gh,3000 out put as e empno,ename,sal 100,ram,null 200,tyu,1000 300,gh,2000 how to load it?