i have one source 52 million records i want target only 7
records ?how wil you do what logic to implement?
Answer Posted / prakash kumar kumhar
can u tell me which 7 records u want?
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How you know when to use a static cache and dynamic cache in lookup transformation?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg
How to do the error handling of if ur source is flatfiles?
Why filter transformation is an active one?
When do you use sql override in a lookup transformation?
What is domain in terms of informatica?
is it possible to index the data in cache of lkp transformation ?
Write the unconnected lookup syntax?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
What are the popular informatica products?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
How to update or delete the rows in a target, which do not have key fields?
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
Differentiate between a database and data warehouse?