One file contains header,body,trailer records and header in
a single row as well as trailer too.How to segregate these
header,trailer and body records and once it gets
segregated,i want to make the body data in reverse i.e if i
have 10 body records,the 10th record should be the first
record,9th record should be the second line,etc..
Answer Posted / rushikesh deshpande
Segregate header,trailer and body by using Reformat with
count 3.and use next_in_seq() to assign number and sort it
in descending order
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is m_dump?
What does it mean by the term 'sort component'?
What is de-partition in abinitio?
What is is a data flow graph?
What is the role of co-operating system in abinitio?
Give one reason when you need to consider multiple data processing?
What is sort component in abinitio?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
When we should use 'jobid' for commit table (Output table component?? How to use in abinitio graph?
Explain batch processing in ab initio?
What do you mean by the overflow errors?
How can you export a component’s internal parameters ?
How you can run a graph infinitely in ab initio?
What are the various types of layout supported by abinitio?
What do you understand by a cartesian join?