Hello......
How can i set my mapping as read-only?
Please answer me. Advance thanks
Answer Posted / babu
Hi Manoj,
Versioning option is available in below mentiond path.
Mapping designet==> versioning tab(Check In,Check Out,..)
if u have any dout,make a call to me i will give complete
deailed expelnation.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
Explain joiner transformation in informatica
tell me the rules and responsblites in our project(my project is development)
Differentiate between joiner and lookup transformation?
explain one complex mapping with logic? sales project?
What is exclusive and normal mode for repository services?
What is status code in informatica?
in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use
What are the transformations that are not supported in mapplet?
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
Explain where to store informatica rejected data? How to extract the informatica rejected data?
What is the function of aggregator transformation?
What are the conditions needed to improve the performance of informatica aggregator transformation?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
How can we delete duplicate rows from flat files?