What are the six data process products of ab initio (architecture of ab initio)?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is the Reformat Layout?(i/p ->Reformat->o/p)
What is standard environment ?
Mention what is a partition and what are the different types of partition components in abinitio?
Can anyone give me an example of realtime start script in the graph?
What are the functions of the replicate and dedup component?
Is it possible to create a parameter in the component?
If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this case if we use rollback command then what will happen?
State the working process of decimal_strip function?
what is meant by fancing in abinitio ?
How does PBK and Sort component and Join(in memory sort) work?I mean in the join component i have used In Memory Sort,so how will it work in terms of performence as compared with PBKand Sort Component?
If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.