Output for sort and dedupsort with NULL key?

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


Please Help Members By Posting Answers For Below Questions

What is rollup component?

887


How do you add default rules in transformer?

913


Code check-in and check-out commands in AbInitio

3867


Do you know what a local lookup is?

861


What are the kinds of layouts does ab initio supports?

743


How to move or copy the project parameter or project object to my sandbox?

2032


What parallelisms does Abinitio support?

918


What are the operations that support avoiding duplicate record?

1156


Explain about ab initio’s dependency analysis?

830


What is brodcasting and replicate?

930


How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC

1736


How you can run a graph infinitely in ab initio?

1076


Is data warehousing different from data mining?

826


What dedup-component and replicate component does?

966


How scientific data processing is different from commercial data processing?

821