Output for sort and dedupsort with NULL key?

Answer Posted / raju mortale

Output for Sort when pass key as {}

Ans - Sort component will does not perform any ordering on data, it will give a same input to your output.


Output for Dedup Sorted when pass key as {}

Ans- 1.If your keep parameter is first then it will give first record from input records.
2. If your keep parameter is last then it will give last record from input records.
3. If your keep parameter is unique only then it give zero records in output.
but if your input file contains only one record then it give one record in output.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sandbox?

931


What does edp stand for?

893


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

1739


Mention what is the syntax for m_dump in abinitio?

1200


Have you used rollup component? Describe how.

831


Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?

736


What is sort component in abinitio?

879


What is ab initio enterprise meta>environment (eme)?

1173


What is the difference between partitioning with key / hash and round robin?

863


State the working process of decimal_strip function?

1822


How is the partitioning with key different from round robin partition?

905


What are “business rules” in ab initio business rules environment (bre)?

1705


What is the difference between rollup and scan?

1504


How to add default rules in transformer?

901


What is data mapping and data modelling?

1208