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

Can you explain the performance and scalability of co> operating system?

730


What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?

733


Describe the evaluation of parameters order in ab initio?

1093


What is de-partition in abinitio?

999


What is a deadlock and how it occurs?

758






What is the use of the co> operating system in ab initio?

710


What are the key elements of a data processing system?

784


What is the difference between formal and export parameter? Export at what secenario we are going to use?

2260


How to replace last 4 digits of an input column with XXXX given input column has 12 digits?

725


Describe in detail about lookup?

727


Can sorting and storing be done through single software or you need different for these approaches?

703


What are the facts that can compromise data integrity?

741


Suppose we assign you a new project. What would be your initial point and the key steps that you follow?

694


What are the functions of the replicate and dedup component?

711


When we should use 'jobid' for commit table (Output table component??

8306