How will u remove header record? How will u remove tailer
record?

Answer Posted / aditya kundu

The simplest way to remove header and trailer records is to
use a dedup sorted component using a NULL key. This would
treat the entire record set as a single group. Then use
keep_first and keep_last mode of dedup sorted to select the
header and trailer records.

Another way to accomplish similar result set is using a
ROLLUP component on NULL key. Use the first and last
functions in rollup to select the header and trailer
records.

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of parallelism in ab initio?

725


What is the core of co> operating system?

639


What parallelisms does Abinitio support?

726


What kind of layouts does abinitio support?

627


What will be the skew for, input file->partition by key-> partition by round robin->output file

419






What is a rollup component?

625


Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?

623


What is sandbox?

708


What are the factors on which storage of data depends?

638


Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio

973


What is broadcasting and replicate?

699


You can ask about different vector functions. How to use in abinitio graph?

5030


i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?

1613


How would you find out whether a sql query is using the indices you expect?

600


Can anyone give me an exaple of realtime start script in the graph?

591