Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 
					
				
		
 
					
				
		
String columnName=null;
for (java.lang.reflect.Field field: row1.getClass().getDeclaredFields()) {
columnName=field.getName().toLowerCase();
System.out.println(columnName);
}
 
					
				
		
 
					
				
		
But how to export them in a delimited file? 
or make a column name a data flow so that it can be compared to a reference table via a tMap component?
 
					
				
		
 
					
				
		
 alevy
		
			alevy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 _AnonymousUser
		
			_AnonymousUser
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 
					
				
		
plz can u tell me how to assign column names to context variable 
thanks and regards
syed
