Eliminating of duplicate records without using dynamic lookups
Answer Posted / bsgsr
duplicate records can be eliminated the following ways:
1) by using select distinct option
2) by over riding sql with group by port on the column
which gets duplicate values ( P_key column)
3) by connecting the source to an expression transformation
and flagging the duplicate records to another target by
writing an expression in the exp editor
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain do we need an etl tool? When do we go for the tools in the market?
tell me few points when u become TL
when will use SQL override in a lookup transformation?
how would u estimate the size of Aggregator transform data and index cache?
Explain the key challenges that you face while performing etl testing.
how do u set partition points in the mapping?
What is the difference between round-robin partitioning and hash partitioning?
where is the cache (lookup, index) created and how can you see it.
How many types of transformations supported by sorted input?
Assume u have a 24CPU machine with 24GB RAM, suggest how u would like to configure Informatica ,like number of concurrent sessions, RAM requirements etc,max partitions that u would permit per mapping.
What is cube grouping?
Explain etl mapping sheets?
How to delete data which is not in source table?
What is etl process. How many steps etl contains explain with example?
Explain the use lookup tables and Aggregate tables?