how do u capture duplicates through sort & transformer

Answers were Sorted based on User's Feedback



how do u capture duplicates through sort & transformer..

Answer / kiran

Hai..,

In sort stage we have one property...its create key change
column.

In Transformer stage ,we have to write if then else
condition.....

Is This Answer Correct ?    11 Yes 1 No

how do u capture duplicates through sort & transformer..

Answer / subhash

In sort stage, we have 'create key change
column' property.
i.e, The KeyChange column is set to 1 for the first record
in each group where the value of the sort key changes.
Subsequent records in the group have the KeyChange column
set to 0.

In Transformer stage ,we can put constraint as IF KeyChange
= 1 then map to the TGT.

Is This Answer Correct ?    5 Yes 0 No

how do u capture duplicates through sort & transformer..

Answer / harikiran

in transformer stage output properties tab there is a
sorting option if u mention sort option there are two more
operations are there like unique and stable sort. if u
click on uniqu it will restrict the duplicates

Is This Answer Correct ?    3 Yes 0 No

how do u capture duplicates through sort & transformer..

Answer / kalyanreddy

Yes, Kirans is right

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Data Stage Interview Questions

disign the complex job in u r project?(they are aksing only complex job design and then data flow...)

0 Answers  


how to identifie,is it innerjoin,leftouter join in lookup?

2 Answers   Hexaware,


What is difference between 8.1 , 8.5 and 9.1 ?

1 Answers   IBM,


how to find no.of records in sequntial file itself?

4 Answers  


i have seq file that contents 10 million records load to target any data base.. in that case it takes lot of time for loading..how do performance tuning in that situation...?

5 Answers   TCS,






How to transfer file from one system to another system in UNIX?which command to be use?

4 Answers   Cap Gemini, TCS,


how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know

2 Answers  


what is a message handler

3 Answers   IBM,


IS FILE SET CAN SUPPORT I/P AND O/P LINK AT A TIME?

1 Answers  


How do you find the number of rows in a sequential file?

1 Answers  


Differentiate between data file and descriptor file?

0 Answers  


Explain datastage architecture?

0 Answers  


Categories