How we can get unique records into one target table and
duplicate records into another target table??
Answer Posted / usha
1st method by using expression transformation by adding
variable ports.
2nd method by using dynamicLKP we can load UNIQ records to
one taget table and DUPLICATE records to other target table
newLKProw=1(Insert)
newlkprow=0(if there is no difference in associate ports)
UNIQ records
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
What is resilience time?
What are the steps involved in the migration from older version to newer version of Informatica Server?
hi real timers . iam waiting for ur reply regarding ETL TESTING
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
Write the different tools in the workflow manager?
In informatica workflow manager, how many repositories can be created?
can any one give some examples for pre sql and post sql(Except dropping and creating index).
What are the differences between source qualifier and joiner transformation?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
What is lookup transformation?
Differentiate between source qualifier and filter transformation?
Design a mapping to load the cumulative sum of salaries of employees into target table?
How to load the data from people soft hrm to people soft erm using informatica?
Design a mapping to load a target table with the following values from the above source?