Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Siddhanttomar
		
			Siddhanttomar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		can any one help me with 5th part using these tables
5.Use If() Condition to generate Full City Name from PFCity Column
 Vegar
		
			Vegar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
 Taoufiq_Zarra
		
			Taoufiq_Zarra
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		for example you can use this script example :
TableC:
mapping load * inline [
City,City Name
MUM,Mumbai
TH,Thane
PU,Pune
];
TableA:
load Employee,Applymap('TableC',subfield(PFNO,'\',2)) as CityName,PFNO inline [
Employee,PFNO
87,IND\MUM\1234
89,IND\PU\1236
];
output:
 Vegar
		
			Vegar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
 Siddhanttomar
		
			Siddhanttomar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		can you please explain in little bit in detail with some scripts
 Siddhanttomar
		
			Siddhanttomar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thrid step in detail would more help full
 Taoufiq_Zarra
		
			Taoufiq_Zarra
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		for example you can use this script example :
TableC:
mapping load * inline [
City,City Name
MUM,Mumbai
TH,Thane
PU,Pune
];
TableA:
load Employee,Applymap('TableC',subfield(PFNO,'\',2)) as CityName,PFNO inline [
Employee,PFNO
87,IND\MUM\1234
89,IND\PU\1236
];
output:
 Siddhanttomar
		
			Siddhanttomar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thank you its work
