Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
hamza99a
Creator II
Creator II

data load not working

hello all,

I have been loading in data and for some reason when qlik sense comes across a double quote it cuts off the load and only loads in a fraction of the data giving me no errors, and no keys. After removing the double quotes it loaded in all the rows. Is there anything in qlik sense that makes the load not stop when it hits a double quote?

Thanks!

1 Solution

Accepted Solutions
hamza99a
Creator II
Creator II
Author

actually the correct answer was to replace the msq in the from statement into no quotes.

Thanks for your help

View solution in original post

4 Replies
BalaBhaskar_Qlik
Master
Master

hamza99a
Creator II
Creator II
Author

actually the correct answer was to replace the msq in the from statement into no quotes.

Thanks for your help

BalaBhaskar_Qlik
Master
Master

That's a good try.

BalaBhaskar_Qlik
Master
Master

LOAD *

FROM  [..\myproduct.csv] 

(txt, codepage is 1252, embedded labels, delimiter is ' ', msq);