Interview Question 19

Watch my YouTube video for explanation :



Please look into the class notes here for your references:


My I/p file is
field 1,field 2     f1,f2
10,A 10,C
20,B  ==> 20,B
30,C 30,A
 

 --->10,20,30 ---------------------->
INPUT ->Reformat ->                                     --> FUSE the data
                    --->A,B,C->next_in_seq->sort->C,B,A->
My O/P will be

10,C
20,B
30,A

Fore more Abinitio, AWS and data engineering videos please subscribe , view , like and share my YouTube channel 

Click DataPundit


Comments

Popular posts from this blog

Abinitio Interview Question # 1 - Write Multiple Files in Abinitio

Next In Sequence in ABinitio | How next_in_sequence() works in MFS