100 records in source and i have 3 targets, my requirement
is first record insert into 1st target,2 record into 2nd
target,3 record into 3rd target and again 4th record into
1st target like dat..how to implement dis?
Answer Posted / mayur
SQ==>Sequence Generator(make it cycle of three)==> Filter
Tr==> Target
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what are the different types of transformation available in informatica.
Mention a few design and development best practices for informatica?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
Partition, what happens if the specified key range is shorter and longer
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
What is substr in informatica?
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
Can u generate reports in Informatica?
What is informatica worklet?
I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?
What is blocking transformation?
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
What will be the approach?
Enlist the advantages of informatica.
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?