What is difference between Informatica 6.2 Workflow and
Informatica Workflow 7.1
Answer Posted / surya
new features in informatica 7.1 was
1. union transformation is added
2. custom ,, ,,
3. we can take flat file as lookup table
4.pmcmd command
5. server grid
6. transaction controle transformation
7. file repository concept
8.test load
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How many ways are there to do 'remove duplicate records in informatica'?
What is the difference between Active and Passive transformation?
Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab
What do mean by local and global repository?
how tokens will generate?
tell me the rules and responsblites in our project(my project is development)
What is a router transformation?
Design a mapping to load the cumulative sum of salaries of employees into target table?
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
Enlist the various types of transformations.
What is dimensional table? Explain the different dimensions.
how to load rows into fact table in data warehouse
write a query to retrieve the latest records from the table sorted by version(scd)
Why sorter is an active transformation?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N