Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to combine output of tMap2,tMap4,tMap5 , so that I can write the final output in 1 file. Each of tMap components has comumns A,B,C. I want to combine them by tMap2.A=tMap4.A=tMap5.A && tMap2.B=tMap4.B=tMap5.B and want to keep C of each of the three tMap components.
Any help on how to do this , much appreciated..!