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.
957Input - 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 1518how 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
2077How 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
1960
How can a graph be run infinitely?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
You can ask about different vector functions. How to use in abinitio graph?
What dedup-component and replicate component does?
What is a partition and what are the different types of partition components in abinitio?
Explain the methods to improve performance of a graph?
What is the architecture of abinitio?
What is the difference between check point and phase?
What the difference between “look-up” file and “look is up” in abinitio?
Mention what dedup-component and replicate component does?
Is data warehousing different from data mining?
List out the file extensions used in abinitio?
Explain what is sandbox?
What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.
Can you explain data flow graph with an example?