I've a denormalized table EMP(empno,ename,phone,addr1,addr2,fax,email). Now I want to insert the record into target in the format that, there will be 2 target rows for 1 source record. In target the row needs to be inserted as: ROW1: empno,ename,addr1,phone ROW2: empno,ename,addr2,fax,email And I'm not allowed to normalize transformation. How to achieve?
1 4834Input is like 1 1 1 2 2 3 and out put should be 1 2 3 How can u acheive using rank transformation ??
3 8956Input flatfile1 has 5 columns, faltfile2 has 3 columns(no common column) output should contain merged data(8 columns) Please let me know how to achieve ??
3 7833hi all hi have flat file like below my requirement is empid,ename,sal,loc 101,vamshi,5000,hyd 101,vamshi,5020,hyd 201,raju,5000,hyd 202,ram,4000,hyd 203,kumar,3500,pune 203,kumar,3500,pune 203,kumar,5000,hyd 203,kumar,6000,hyd i want the o/p like this in one target 201,raju,5000,hyd 202,ram,4000,hyd and in second target 101,vamshi,5000,hyd 101,vamshi,5020,hyd 203,kumar,3500,pune 203,kumar,3500,pune 203,kumar,5000,hyd 203,kumar,6000,hyd
9 11029ename,deptcount vamshi,3 kumar,5 krish,8 in o/p i want vamshi record 3 times kumar record 5 times like wise what is the logic.? give the entire logic plz
1 5197can u explain me banking domain projects ? and in banking domain projects how many dimension tables and how many fact tables and how to load source and targets in mapping level plese expain give me one example?
1 17868hi guys i have an question how do you find out weather the column is numeric or combination of char and numbers or it contains char,numeric and special characters.
2 7045is it reqire primary key and foreign key relation ship to join relational databases?if yes? explain?
3 8804Post New IBM Informatica Interview Questions
What is the difference between context filter to other filters?
Do you know what is the difference between cdma and gsm?
What is the difference between 'assign' and 'retain' keyword?
When is used decision table testing?
Briefly describe 5 ways to do a "table lookup" in SAS.
How do you comment and uncomment in visual studio?
Result set’s index starts with 0 or 1?
how many objects are required for distribution queuing?
What are the advantages of Oracle HRMS over PeopleSoft HRMS?
What are linker error?
What is page layout in ms word?
What are the four types of presentations?
What is transaction atomicity?
Compare RGB values with Hexadecimal color codes ?
what do u mean by Direct access files? then can u explain about Direct Access Files?