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
How transaction file different from that of a sort file?
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on
What are the co> operating system’s assorted library of integrated components?
What is abinitio?
How do you truncate a table?
Describe the evaluation of parameters order in ab initio?
Describe the process steps you would perform when defragmenting a data table. This table contains mission critical data?
Mention what are the different types of parallelism used in abinitio?
What does it mean by the term 'sort component'?
Mention some file extensions which are used in abinitio?
How to replace last 4 digits of an input column with XXXX given input column has 12 digits?
What is rollup component?
Explain what is the architecture of abinitio?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio