How can i generate Seqence Numbers to Tagret Table
(with out using Seqence Gen Trans,Rank Trans).
Answer Posted / vijay
You can also use expression transformation. Write the logic
i = 0 and increment it in another column. Give this column
as output.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is status code in informatica?
What is a dimensional model?
What is dimensional table?
How do you load unique records into one target table and duplicate records into a different target table?
Explain what are the different versions of informatica?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
how to load rows into fact table in data warehouse
Slowly changing dimensions, types and where will you use them
What do you mean by blocking transformation?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
Define joiner transformation?
How might one distinguish in the case of mapping is right or not without associating session?
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