How we can get unique records into one target table and
duplicate records into another target table??
Answer Posted / haaris
If the source is RDMS, then you can write analytic function in the select statement to assign count to each row. And use this count column to route the records to respective target.
If the source is a flat (this is generally asked in interviews), then you can use aggregator to assign count to each row after grouping based on the key and use joiner to join back to source records that way all the rows coming from the SQ will have respective counts. Use router to route them to respective targets.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is dynamic cache?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
What are session parameters ? How do you set them?
What are roles and groups and benefits of using them?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
What is a surrogate key?
what is song in infrmatica...?
What is data transformation manager process?
In informatics server which files are created during the session rums?
What are the types of schemas we have in data warehouse.
What are 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?
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 all are steps in up gradation of Informatica server?
What all join we can perform in LOOKUP transformation?
How are the sources and targets definitions imported in informatica designer?