How to run a session, which contains mapplet?
Answer / isha
Like you run normal session. Mapplet acts as just another transformation in your mapping.
| Is This Answer Correct ? | 0 Yes | 0 No |
1 2 3 * 4 5 6 * 7 8 9 how to load records between two stars(*),
How the facts will be loaded? explain
How is Data Models Used in Practice?
What is Factless fact table ???
12 Answers Satyam, Tech Mahindra,
Scenario is like this: Name Sal A 10; B 20; C 30; Then Output should be Name Sal A 10; B 20; C 30; Total 60; Use SQL For this scenario
what is row level and column level indicator?
What is a command that used to run a batch?
What is the difference between informatics 7x and 8x and what is latest version?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
what is the diff b/w union and joiner and lookup?
Is informatica power center designer has 64 bit support?
we have 20 records in source system, when we run for the 1st time, it should load only 10 records into the target, when you run for the second time it should load another 10 record which are not loaded. How do we do that? Can we write a SQL query in source qualifier to do it. This q' is asked in one f the interviews. Please let me know if anyone knows. Thanks