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
How do you add default rules in transformer?
explain the environment varaibles with example?
Can anyone give me an exaple of realtime start script in the graph?
What is the purpose of having stored procedures in a database?
What are the different types of partition components in abinitio?
What is local and formal parameter?
What do you mean by the term data warehousing?
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
Explain what does dependency analysis mean in abinitio?
What is rollup component?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
How can you export a component’s internal parameters ?
What exactly do you understand with the term data processing and businesses can trust this approach?
How scientific data processing is different from commercial data processing?
What is the difference between formal and export parameter? Export at what secenario we are going to use?