What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
713Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999
1 1196how 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
1729How 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
1752
What are the Graph parameter?
What is data mapping and data modelling?
what is the use of catlog or catlogfile?
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
What is air-project parameter ?
Explain how you can run a graph infinitely in ab initio?
What do you mean by the term data warehousing? Is it different from data mining?
What is a look-up?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What information is provided by .dbc file extension for connecting to the database?
can any one help me now i am learning AB Inito but i don't have material and pdf's can any one provide pdf's to this mail id mohanraju0113@gmail.com thanks in advance...................................
How co>operating system integrates with legacy codes?
How to create repository in abinitio for stand alone system(local nt)?
Can anyone give me an exaple of realtime start script in the graph?
What do you understand by a cartesian join?