What is critical mapping?
Answers were Sorted based on User's Feedback
Answer / sudhansu
A mapping which involves with complex Business logic.
Is This Answer Correct ? | 1 Yes | 0 No |
Consider two cases: (1) Power Center Server and Client on the same machine (2) Power Center Sever and Client on the different machines what is the basic difference in these two setups and which is recommended?
scenario: dept_no emp_nem 10 A, 10 B, 10 C, 10 D, 20 P, 20 Q, 20 R, 20 S output: dept_no emp_nem 10 A, 10 AB, 10 ABC, 10 ABCD, 20 ABCDP, 20 ABCDPQ, 20 ABCDPQR, 20 ABCDPQRS
what r d pre-requiste for update strategy transformation, and differnce between delete n truncate in target session properties for update strategy
How to load the source table into flat file target(with columns) in informatica?
Is informatica power center designer has 64 bit support?
What are the different versions of informatica?
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
As union transformation gives UNION ALL output, how you will get the UNION output?
What is the difference between view and materialised view?
What is a command that used to run a batch?
A TABLE CONTAINS SOME NULL VALUES . HOW TO GET (NOT APPLICABLE(NA)) IN PLACE OF THAT NULL VALUE IN TARGET .?
my source having 10 records but how can i load 20 records in target, i am not bother about duplicates?