We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
1288Describe the process steps you would perform when defragmenting a data table. Does this table contain mission-critical data?
1009Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
1 4756
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
Explain data flow graph with an example?
what is the project environment(for each project the environment is same or different to different project)?
In abinitio, what types of parallelism are used?
What are the different types of parallelism used in abinitio?
What are the different types of partition components in abinitio?
What dedup-component and replicate component does?
What do you mean by a transaction file?
How you can run a graph infinitely in ab initio?
What is is a data flow graph?
How to execute the graph from start to end stages? Tell me and how to run graph in non-Abinitio system?
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
can we perform checkin and checkout through sandbox?
What is the syntax for m_dump in abinitio?
Explain what is sort component in abinitio?