Can any body give me the clear explanation about how to
separate header,trailer and body records in Ab Initio?
Answer Posted / 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 |
Post New Answer View All Answers
What are the fundamental blocks of co> operating system of ab initio?
Mention what is abinitio?
What is the importance of eme in abinitio?
Describe what the SQL Server tempdb and tlog files are used for?
What are the factors on which storage of data depends?
What is de-partition in abinitio?
What is the purpose of having stored procedures in a database?
Mention what information does a .dbc file extension provides to connect to the database?
Where $mpjret is used in ab-initio?
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
Is data warehousing different from data mining?
Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio
What is the difference between a scan component and a rollup component?
What parallelisms does Abinitio support?
List out the file extensions used in abinitio?