How to remove duplicates in transformer stage? in parallel
mode

Answers were Sorted based on User's Feedback



How to remove duplicates in transformer stage? in parallel mode..

Answer / kiran

partition the data by key and sort the data and click on
unique value. This will automatically delete duplicate
data.

Is This Answer Correct ?    20 Yes 3 No

How to remove duplicates in transformer stage? in parallel mode..

Answer / praveen sarva

STEP 1) TRANSFORMER STAGE PROPERTIES--> ADVANCED -->
EXECUTION MODE ---> PARLLEL

STEP 2) TRANSFORMER STAGE PROPERTIES --> INPUT -->
PARTITIONING--> PARTITION TYPE --> HASH ---> ENABLE SORT ---
> ENABLE UNIQUE

Simple u will get non duplicate records....

Is This Answer Correct ?    11 Yes 0 No

How to remove duplicates in transformer stage? in parallel mode..

Answer / kiran

i am not sure who marked my answer as wrong. Can you please
be responsible enough to state why its wrong?

Is This Answer Correct ?    1 Yes 0 No

How to remove duplicates in transformer stage? in parallel mode..

Answer / satya

run u r job in sequencial mode and sort the source data
then play with stage variable's in Transformer.

because in parallel mode data is partioned .

Is This Answer Correct ?    1 Yes 1 No

How to remove duplicates in transformer stage? in parallel mode..

Answer / prasad

Take 2 Stage variables in transformer stage

sV1 =Column_Name
sV2 =if Column_Name=sV1 Then 0 Else 1

put it constraint sV2=1 (only will get unique records)

if u want duplicates sV2=0

Is This Answer Correct ?    0 Yes 1 No

How to remove duplicates in transformer stage? in parallel mode..

Answer / santhosh

go to transformer stage properties->input->define any kind of partition over there and enable perform sort check box....

n also define the particular column need to be sorted..

it gives the sorted column out view...

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Data Stage Interview Questions

Explain entity, attribute and relationship in datastage?

0 Answers  


A signal has a wavelength of 1 micro min in air.how far can the front of the wave travel during 1000periods?

0 Answers  


How to remove blank spaces from data?

3 Answers  


How can you find out whether datastage process is running or not in unix?

3 Answers   Accenture,


what is push and pull technique??? I want to two seq files using push technique import in my desktop what i will do????

1 Answers   TCS,






I have source like "abcdefghijklmnopqrs", how to change 10th character from j to z in datastage?

2 Answers  


How to implement complex jobs in data stage?

0 Answers  


How to convert alpha Numeric values to alpha using functions?

1 Answers   CTS,


How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?

1 Answers   TCS,


Define oconv () and iconv () functions in datastage?

0 Answers  


Can aggregator and transformer stages use to sort the data? How ?

2 Answers  


what is flow of project?

0 Answers   HSBC, IBM,


Categories