Un-Answered Questions { Data Warehouse }

How you know when to use a static cache and dynamic cache in lookup transformation?

1333


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

1288


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

1479


how to insert/update a csv file by comparing it with another csv file?

1648