Hi,
What is version control in Informatia ?
Can anyone just give an idea or introduction about this?
Advance Thanks
Answer Posted / ramanaidu kolli
One project developed in old version (informatica 6.1)in
earlier now we need to add a new fields in target database
columns but now we are using (informatica 8.6 version) so
client requirement need to transfer data Earlier version to
New Version in this scenario we are using Version control
option
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
How can repository reports be accessed without sql or other transformations?
Can u generate reports in Informatica?
In development project what is the process to follow for an etl developer from day1
What is the need of etl tools?
Target increases every day even though no new record was inserted
Explain what transformation and how many are there in informatica?
Write the different tools in the workflow manager?
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 substr in informatica?
The question was on time stamp. what is the difference between HH and HH24 when to use when.
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
What is joiner change?
What is a router transformation?