what is difference between mapping and mapplet ?
Answer Posted / kotesh
mapping can be developed with different trns, but not reusable.
mapplet can be reused other mappings and mapplets also.
and also we can defined mapping variables and parameters.
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What is the status code in stored procedure transformation?
How can you differentiate between powercenter and power map?
How do you change a non-reusable transformation to reusable transformation?
What is blocking transformation?
What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
write a query to retrieve the latest records from the table sorted by version(scd)
Is there any target staging area in informatica not staging area
As union transformation gives UNION ALL output, how you will get the UNION output?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
Enlist the differences between database and data warehouse.
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
Can u generate reports in Informatica?
Define filter transformation?
Can you generate sequence numbers without using the sequence generator transformation?