Hi, I must write and read data from lookup files. 
 Example:  
 cn,srcip,destip,owner  
"Canada","207.188.75.136","192.1.104.10","user1"  
"USA","62.249.72.118","192.168.1.11","user2" 
 and I tried to read data using   | lookup file cn AS cn | table cn ` but it did not work.  
and this too | lookup file cn OUTPUT cn`. 
 What should I do? 
						
					
					... View more