i have 1000 record flat file source i want 1st row to 1st
target, 2nd row to 2nd target, 3rd row to 3rd target how will
u do? Without using Mod Function? Explain....
Answer Posted / ramakrishna
simple before targets put the sequence generator t/f enable cycle option put start value 1 and end vale 3 connect to all three target
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differentiate between Load Manager and DTM?
What is parallel processing in informatica?
Difference between Target-based loading and constraint-based loading?
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
What is rank transformation in informatica
how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
What is the scenario which compels informatica server to reject files?
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
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
What is meant by target load plan?
how to create user defined function (udf) in informatica
What is different between the data warehouse and data mart?
Why update strategy and union transformations are active? Explain with examples.
What is a standalone command task?