Can you explain data flow graph with an example?
No Answer is Posted For this Question
Be the First to Post Answer
What is data mapping and data modelling?
How can we RUN a graph in UNIX?
How data is processed and what are the fundamentals of this approach?
What do you mean by a transaction file?
Can we specify checkpoints without Phases?
In Join component which record will go to unused port and which will go to reject port ?
What are the benefits of data processing according to you?
How many components in your most complicated graph?
How can we increase the loading performance of oracle table in AbInitio?
What is a partition and what are the different types of partition components in abinitio?
How to create a repository in abinitio for stand-alone system(local nt)?
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