How do you load only null records into target? Explain through mapping flow.
No Answer is Posted For this Question
Be the First to Post Answer
What are the main issues while working with flat files as source and as targets ?
What is a taget load order?
Let’s say I have more than have record in source table and I have 3 destination table A,B,C. I have to insert first 1 to 10 records in A then 11 to 20 in B and 21 to 30 in C. Then again from 31 to 40 in A, 41 to 50 in B and 51 to 60 in C……So on up to last record.
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
How the Informatica Server reads perameter file?
How to do unit testing in informatica?
how to connect two or more table with single source qualifier?
Hi Experts, Performance Wise Which transformation is better in LOOKUP AND JOINER TRansformations? Why? Can anybody please explain it ? Please help me out from this Question. Thanks In Advance.
. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null
tell me the datawarehouse defination,and it is maintaing hystorical data meaning,what is the use
What is Performance tuning in Informatica?
How to load last n records of file into target table - informatica