Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I have a csv file of 1.6 million records and Qlik reads 1.4 and stopped gracefully, no errors. What to do?
Thanks.
 
					
				
		
What is the use of RAM and CPU during reload operation?
 alexpanjhc
		
			alexpanjhc
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		there is a chance that the format of your csv is not consisitent.
try something like this
(txt, codepage is 1252, embedded labels, delimiter is '\t', no eof)
 
					
				
		
Hi Alex and Bart, thanks for replying.
I found the underlying problem that the data contains quote and the msg parameter is causing problem.
(txt, codepage is 1252, embedded labels, delimiter is '\t', msg)
replacing it with (txt, codepage is 1252, embedded labels, delimiter is '\t', no quotes)
solves this problem.
