What is meant header and tailer, suppose header and tailer
had some junk data how will delete junk data ? which
components r used?

Answers were Sorted based on User's Feedback



What is meant header and tailer, suppose header and tailer had some junk data how will delete junk..

Answer / mahendra patnaik

1. If you know the signature of header and tailer record
then use filerby expression component to filter the header
and tailer records

2. Use one reformate component and then inside the
transformation use next_in_sequence() function to assign
unique numbers to each record,and then use filter by
expression component to filter the records based on
sequence numbers.

3.Follow the step 2 and use instead of filter by expression
component use leading records component to filter the
header and tailer records.

Is This Answer Correct ?    6 Yes 0 No

What is meant header and tailer, suppose header and tailer had some junk data how will delete junk..

Answer / equalizer

Generally there is a indicator for record type.

For ex If it is Header, the first byte would have H
Trailer,the first byte would have H

Define record types for each using conditional dml and
validate/remove junk data.

Is This Answer Correct ?    1 Yes 0 No

What is meant header and tailer, suppose header and tailer had some junk data how will delete junk..

Answer / guillermo villarreal

It is very common is DW environments to get source files
with header a trailers. Headers are commonly used to get
the Date of the file and trailers as control with the
number of detail records. Normally you have to make sure
you got the trailer to make sure you haven't received
source files partially

Is This Answer Correct ?    1 Yes 0 No

What is meant header and tailer, suppose header and tailer had some junk data how will delete junk..

Answer / nag

In banking and financial modules every file will consists
of Only one header records & Multiple Trailers (Transaction
trailer & Batch trailer.

If it contains junk data we can do it by using Sed Editor
or With help of PERAL SCRIPT.

Is This Answer Correct ?    2 Yes 2 No

What is meant header and tailer, suppose header and tailer had some junk data how will delete junk..

Answer / koili basudeba

header and trailer means ...data contains header and trailer
records by using conditional dml or record type header and
trailer.


if i got some junk data in header and trailer ..then first i
separate the header and trailer data by using abinitio
componet like FBE,dedup and reformat then i delete junk
information by using unix command like sed ,awk ..etc

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Ab Initio Interview Questions

You can ask about different vector functions. How to use in abinitio graph?

0 Answers   IBM, TCL,


What do you mean by data sorting?

0 Answers  


What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?

1 Answers   IBM, TCL,


Can any body give the PDL with example?

1 Answers   Cap Gemini,


what is different daily and monthly develop the abinitio graphs?

1 Answers   TCS,






Mention what dedup-component and replicate component does?

0 Answers  


What does dependency analysis mean in Ab Initio?

5 Answers   Syntel,


What does it mean by the term 'sort component'?

0 Answers  


Can you read multiple input files using one input file component ?(same DML)

4 Answers   IBM,


Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999

0 Answers  


What are the different forms of output that can be obtained after processing of data?

0 Answers  


. What is adhoc multifiles? How to use in abinitio graph?

1 Answers   IBM,


Categories