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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

especial caracter

Hi guys,

I hope u re doing well.

I need your help, As mentionned in the screen shoot below, I want to load data into a bulk DB, but I have the especial caracter Ã‰ cannot be loaded and i got error.

 

So, any idea?

Labels (2)
6 Replies
Anonymous
Not applicable
Author

Hi,

 

     Could you please share the following items for further analysis?

 

a) What is the Target DB you are using to load data?

 

b) Could you please verify the encoding is added as UTF-8 in the advanced settings of your Talend component?

 

c)  Could you please try to insert using TDBOutput component and check whether its working? 

 

Warm Regards,

 

Nikhil Thampi

Anonymous
Not applicable
Author

the target DB is slqserver BULK, and the added encoding in the advanced settings of myTalend source component is UTF-8 ,

it still doesn t want work.

Anonymous
Not applicable
Author

Hi,

 

    Could you please check whether you are able to load data using a tDBOutputComponent? Or try to run an insert statement with this special character. We need to verify whether DB is stopping the data loading due to some language constraints.

 

Warm Regards,

 

Nikhil Thampi

Jesperrekuh
Specialist
Specialist

Basically your telling the database you have a string and is correctly displayed in UTF-8... which means it expects UTF-8.

Lets say your input is in Latin-1 france language setting, if you want to store it in UTF 8 you need to 'convert' an (re)map bytes to it.

Luckily this is done by some string functions... and there's a component tEncoding (I thought)

 

So if you want to do it right, change your DBOutput to the same encoding type as your input, otherwise conversion is needed.

 

 

Anonymous
Not applicable
Author

with tDBOutputComponent, it work correctly, I got problem just with Bulk
component
Jesperrekuh
Specialist
Specialist

... please read this splendid article on encoding ...
http://kunststube.net/encoding/

You will be enlightened.