Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello,
I pulled data from my SAP database is it possible to store directly to csv like same process in qvd?
Regards
Ema
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		store table into file.csv(txt)
 
					
				
		
Let me try i will revert. possible for xlsx files too?
 Clever_Anjos
		
			Clever_Anjos
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I don´t think so,
Store only works for QVD and text files
 
					
				
		
You can even create a Table Box,
From the Available Fields, Select All, then export to XLS file.
Hope this helps!!!
 
					
				
		
store * from mytable into C:\Users\Emac444\Desktop\myfile.csv (txt);
Hope this helps!!
 Gabriel
		
			Gabriel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Yes you can store INTO MyTableName.cvs(txt);
This gives you csv file and not txt.
Hope this help
