Without using any transformations how u can load the data into
target?
Answer Posted / vijay vajja
We can't load the data from source to target without using
any trasnformation.
becoz we are geting SQ trans along with source.
and if we are useing cobal source then we have to use
Normalizer trans.
so it's not posibule to load data from source to target
that with out a transformation.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is a surrogate key?
what are factless facts? And in which scenario will you use such kinds of fact tables.
What are roles and groups and benefits of using them?
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 the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
How to generate sequence numbers using expression transformation?
How to improve the performance of a session using sorter transformation?
Describe the impact of several join conditions and join order in a joiner transformation?
whats the logic to load the lower level of granularity of data to fact table.
What is rank transformation in informatica
What all join we can perform in LOOKUP transformation?
What is Index Caches size?
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
in reporting we add some new objects,how we get the count of the newly added objects to the report
tell me about your project functionality