How can i catch the Duplicate Rows From SorterTrans in a
Seperate Target Table ?
Answers were Sorted based on User's Feedback
Answer / krithi
When you use 'Select Distinct' option , the Sorter
Transformation discards the duplicate records.
If you want to trace out the duplicate records, then send
the sorted data into Expression Transformation. Add a new
variable and compare the variable with the input data. If
the data matches then flag the record or else pass the
default row.And load all the flagged records into a
seperate table.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sudhar
You can use distinct to eliminate the duplicate records.
Otherwise if you wanted to send the duplicate records to
another table then sort the data, then using the expression
you can find the duplicate value, assign different constant
values for the duplicate and the normal one. Use the router
to send duplicate and orginal records to the different
target tables.
| Is This Answer Correct ? | 2 Yes | 4 No |
How will you update the first four rows and insert next four rows in a mapping?
how to create a sample mapping for dynamic lookup transformation
can we override a native sql query within informatica? Where do we do it?
i have two coloumn emp_no sal 1 3000 2 3000 3 3000 4 4000 5 5000 6 2700 7 4500 i just need output by removing duplicate.my answer should be emp_no sal 1 3000 2 4000 3 5000 and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression
why normalizer transformation can not used in mapplet? plzzzz answer
What are the new features of the server manager in the informatica 5.0?
with out using update strategy transnsformation how to update the data in mapping level
can every transfomation reusable?how?
following scenario empsal table i want who exist one lakshs sal above monthwise? ` empsal empid monthyear sal 1 jan2008 1000 2 march2009 50000 3 april2009 4000 4 feb2009 100000 5 jul2009 600000 6 dec 2008 90000
Hi, This is Lakshmi,Anyone taking classes for datawarehouse-Informatica and BO with real time project
What is resilience time?
If my source is having 30 million records, so obviously the cache could not be allocated with sufficient memory. What needs to be done in this case?