how to remove duplicates in transformer stage by using
stage variables?one example?
Answer Posted / amit
using hash partition technique, we can bring duplicate data(based on key columns) in one partition. Then in stage constraints filter out data with setting @inrownum = 1.
This will remove duplicate in transformer stage.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What are the components of datastage?
What are the important features of datastage?
What is "fatal error/rdbms code 3996" error?
how to delete one row in target dataset
What are the benefits of datastage?
What are the different kinds of views available in a datastage director?
how many rows sorted in sort stage by default in server jobs
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
How to reverse the string using unix?
How to manage date conversion in Datastage?
What a datastage macro?
What is the difference between account and directory options ?
Explain ibm infosphere information server and highlight its main features?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees