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.
1033Input - 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 1656how 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
2181How 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
2076
What dedup-component and replicate component does?
What are the different types of parallelism used in abinitio?
What do you know about abinitio?
What are “business rules” in ab initio business rules environment (bre)?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
Can sorting and storing be done through single software or you need different for these approaches?
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
Explain the methods to improve performance of a graph?
How can you import XML repositories exported from different tools like ODI
What are the different types of partition components in abinitio?
Explain what is sort component in abinitio?
Why might you create a stored procedure with the with recompile option?
What information is provided by .dbc file extension for connecting to the database?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa