What is the difference between partitioning with key / hash and round robin?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of parallelism used in abinitio?
Mention what dedup-component and replicate component does?
What are the primary keys and foreign keys?
Give one reason when you need to consider multiple data processing?
What is the default layout of a component ? Is it mandatory to set the layout of a component ?
What is the significance of record required indicator of Join component ?
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
Describe step by step the process of creating tag and savefile for migration
How can we test the abintio manually and automation?
What is data mapping and data modelling?
How can you import XML repositories exported from different tools like ODI
what is the difference between .dbc and .cfg file?