Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Lucius_Artorius_Castus

Not able to load data with writing script because of one specific field

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

Lucius_Artorius_Castus_0-1703744132770.png

And this is the script

Lucius_Artorius_Castus_1-1703744225510.png

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)

Lucius_Artorius_Castus_2-1703744440876.png


So please let me know how to handle this, It would be great if I can solve this problem quickly.

Regards,
Lucious



Labels (1)
6 Replies
jchx
Contributor III
Contributor III

Try removing the space before the description field in the SQL select bit, does it help?

vinieme12
Champion III
Champion III

could be an issue with the connector, I'd suggest you raise a support ticket

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Lucius_Artorius_Castus
Author

Yes I tried But same error.

Lucius_Artorius_Castus
Author

Yes if i directly upload csv qlik loading perfectly, I checked it is using a charset to convert it.

Lucius_Artorius_Castus
Author

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.

marcus_sommer

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.