Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can any body give me the clear explanation about how to
separate header,trailer and body records in Ab Initio?

Answers were Sorted based on User's Feedback



Can any body give me the clear explanation about how to separate header,trailer and body records in..

Answer / anvesh vuppu

You will be having an indicator field(sth like
record_indicator which will identify whether the record is
a header or trailer or detailed.) in your DML. So, use a
partion by expression component in your graph and based on
the indicator values, separate the records.

i.e. give the expression in the PBE component sth like:

if(record_indicator == "H") 0 else if(record_indicator
== "T") 1 else 2;

Is This Answer Correct ?    11 Yes 0 No

Can any body give me the clear explanation about how to separate header,trailer and body records in..

Answer / ramakrishna

use next_in_sequence>=1 in reformat to remove header and
use entire record as a parameter in dedup and eliminate the
trailer record

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More Ab Initio Interview Questions

Describe the evaluation of parameters order in ab initio?

0 Answers  


What are the factors on which storage of data depends?

0 Answers  


How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC

0 Answers  


what is different daily and monthly develop the abinitio graphs?

1 Answers   TCS,


Explain the methods to improve performance of a graph?

0 Answers  


What is ab initio enterprise meta>environment (eme)?

0 Answers  


What are the various types of layout supported by abinitio?

0 Answers  


How many parallelisms are in Abinitio?

3 Answers  


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

0 Answers  


Output for sort and dedupsort with NULL key?

6 Answers  


State the first_defined function with an example?

1 Answers  


What are the different types of partition components in abinitio?

0 Answers  


Categories