source target
Q410 4 2010
Q311 3 2011
Q412 4 2012
Q309 3 2009
Answer Posted / kiran
source-sq-exp-tgt
in exp take two new ports
o1- substr(string,2,1)
o2-concat('20',(substr(string,3)))
let me know if i m wrong
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain how to import oracle sequence into informatica?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
Difference between Target-based loading and constraint-based loading?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
What is mapping debugger?
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
Explain sessions and how many types of sessions are there?
What are the differences between source qualifier and joiner transformation?
How can we handle two sessions in informatica?
how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?
Enlist some properties of sessions.
Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?
How is union transformation utilized?
What are the restrictions of union transformation?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks