Answer Posted / koel
Whenever we sort a set of records with NULL key
automatically it consider the records as one group & data
will be as per the input serial number and will be sorted
according to that.But dedup will again cosider the records
as one group & output will be the first record
automatically.
e.g.input records:1,XYZ,100;
2,ABC,700;
5,JJJ,400;
7,KKK,500;
using NULL key sort component will give output as:
1,XYZ,100;
2,ABC,700;
5,JJJ,400;
7,KKK,500;
Dedup sort will give output as:
1,XYZ,100;
| Is This Answer Correct ? | 24 Yes | 7 No |
Post New Answer View All Answers
What exactly do you understand with the term data processing and businesses can trust this approach?
How you can run a graph infinitely in ab initio?
What are the benefits of data analyzing?
Can anyone give me an exaple of realtime start script in the graph?
What are the features of ab initio?
what is the output when -1 is put in select_expr of FBE?
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
How is the partitioning with key different from round robin partition?
explain checkin and checkout?
How do you add default rules in transformer?
difference between paramaters inputparameters,Local parameters, Formal parameters, Sand box parameters,Project parameters and export parameter?
Describe the process steps you would perform when defragmenting a data table. This table contains mission critical data?
What is the difference between formal and export parameter? Export at what secenario we are going to use?
How many components in your most complicated graph?
What do you mean by the overflow errors?