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
is it possible to index the data in cache of lkp transformation ?
How to extract sap data using informatica?
What is lookup transformation?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
What is mapplet in informatica?
Have you worked with/created Parameter file
Can we create multiple integration service on single repository?
draw informatica architecture 8.6 ?
How you prepared reports for OLAP?
Differentiate between sessions and batches?
write a query to retrieve the latest records from the table sorted by version(scd)
Why is sorter an active transformation?
What is exclusive and normal mode for repository services?
what is size of u r database?
Explain how many types of dimensions are available in informatica?