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


Please Help Members By Posting Answers For Below Questions

is it possible to index the data in cache of lkp transformation ?

1733


How to extract sap data using informatica?

800


What is lookup transformation?

815


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.

1980


What is mapplet in informatica?

770


Have you worked with/created Parameter file

1410


Can we create multiple integration service on single repository?

948


draw informatica architecture 8.6 ?

3644


How you prepared reports for OLAP?

1360


Differentiate between sessions and batches?

776


write a query to retrieve the latest records from the table sorted by version(scd)

845


Why is sorter an active transformation?

871


What is exclusive and normal mode for repository services?

894


what is size of u r database?

2039


Explain how many types of dimensions are available in informatica?

777