Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik stopped loading file

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.

3 Replies
Not applicable
Author

What is the use of RAM and CPU during reload operation?

alexpanjhc
Specialist
Specialist

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)

Anonymous
Not applicable
Author

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.