Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I am using qlikcloud and i am loading the data via data editor, I am writing a script it is giving me an error
And this is the script
And i have debugged this query and the problem is description field, without that field i am successfully able to load it.
Description field contains these type of records (it is in varchar)
So please let me know how to handle this, It would be great if I can solve this problem quickly.
Regards,
Lucious
Try removing the space before the description field in the SQL select bit, does it help?
could be an issue with the connector, I'd suggest you raise a support ticket
Yes I tried But same error.
Yes if i directly upload csv qlik loading perfectly, I checked it is using a charset to convert it.
So I was able to solve this by encoding it to this charset (ENCODE(DESCRIPTION, 'ISO-8859-1') AS DESCRIPTION)
in source destination for now, and qlik sense is loading data successfully.
But sill it would be great if qlik is providing any function or script to encode by this charset.
That's not possible because the error isn't on the Qlik-side else comes from the data-base respectively the connector like stated in the error-message.