How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
1129Post New Informatica Questions
Mention a few design and development best practices for informatica?
EXL informatica Questions
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
How does a rank transform differ from aggregator transform functions max and min?
What are the performance considerations when working with aggregator transformation?
Explain the etl program with few examples.
In informatics server which files are created during the session rums?
What is a standalone command task?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
What is workflow? What are the components of workflow manager?
How do you update the records with or without using update strategy?
Under what condition selecting sorted input in aggregator may fail the session?
What is informatica worklet?
Explain pushdown optimization and types in informatica
What is depict expression change?