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
Mention what dedup-component and replicate component does?
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?
What is sandbox?
Do you think effective communication is necessary for data processing?
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
How does the bre work with the co>operating system?
Can anyone give me an example of realtime start script in the graph?
What are the fundamental blocks of co> operating system of ab initio?
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
What is a partition and what are the different types of partition components in abinitio?
What is a rollup component?
What are the Graph parameter?
What is broadcasting and replicate?
How data is processed and what are the fundamentals of this approach?