Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 sri_21
		
			sri_21
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi team,
I need to convert two rows of data to individual columns. I tried it with tnormalize and tdenormalize and tpivot components but still i'm not able to get the proper output.
My input is
ID ;Seg_No; Name
1; Seg_1; AAA
1; Seg_2; BBB
1 ;Seg_3; CCC
My Output needs to be in
ID App_No1 App_No2 App_No3 Name1 Name2 Name3
1 Seg_1 Seg_2 Seg_3 AAA BBB CCC
can anyone provide inputs on the above query.
I'm using talend Data fabric enterprise edition 6.3.
Thanks,
SS
 cterenzi
		
			cterenzi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
There is another post in the forum about this topic. See https://community.talend.com/t5/Design-and-Development/Data-arrangement-multiple-rows-data-in-one-ro...
