i having source, router transformation, two targets in my
mapping... i given two conditions in router
1)sal >500
2)sal < 5000
---------------
my source is havig two sal records (1)1000 (2)2000
then which target will load first? will both targets are get
load or single target only get load...... why?
Answer Posted / manojkumar
Hi Everybody,
Please check question again.
It is
" which target will load first? "
and
"will both targets are get
load or single target only get load...... why"
As per my knowledge,
It will load into two targets defenetly. There is no doubt
about it. And It will load same time into two targets or
first target will be first and second group target will be
next.
I am not sure about it. I am also searching answer for this
question.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can u generate reports in Informatica?
Explain joiner transformation in informatica
Whats the difference between informatica powercenter server, repositoryserver and repository?
What happens when a session fails and you click on recover?
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
What is parallel processing in informatica?
Write the prerequisite tasks to achieve the session partition?
Explain lookup transformation source types in informatica
What is a predefined event?
What is session task and command task?
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 create user defined function (udf) in informatica
What are the differences between joiner transformation and source qualifier transformation?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
What is the difference between a repository server and a powerhouse?