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 / mohankumar
Use dedup sort to remove header and trailer records. Next
by using scan component generate seqeunce number, then sort
according to the seqeunce number(Desc).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
can we perform checkin and checkout through sandbox?
What are the reasons for which business can trust the approach of data processing?
Have you worked with packages?
What is the purpose of having stored procedures in a database?
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 would be the next step after collecting the data?
Can anyone give me an exaple of realtime start script in the graph?
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
How to execute the graph from start to end stages? Tell me and how to run graph in non-Abinitio system?
Explain data flow graph with an example?
Describe the evaluation of parameters order in ab initio?
Describe the grant/revoke ddl facility and how it is implemented?
What is the difference between dml expression and xfr expression?
State the working process of decimal_strip function?