Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
No Answer is Posted For this Question
Be the First to Post Answer
i have n number of records in my source, i want first and last record to my target. how can u implement this scenario .
What are the features of complex mapping?
any body can say about all versions of informatica ?how many versions ?
Can we use unconnected lookup as dynamic lookup?
5 Answers ITC Infotech, TCS, Wipro,
how to load duplicate row in a target
explain abt union t/r?
i have flatfile source. i want to load the maximum salary of each deptno into target. what isthe mapping flow
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
While migrating the data from one environment to another environment how would you manage the connections?
Can I create one wrkflw which will run different wrkflws on schedule time?
hi all my source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want my target is column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c any one can you help