Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue with French characters

Hi,

I have an issue with french characters (é,è, à, etc)  while using QVSource connector to import data from REST Webtrends 10.

Example: Diabète is Diabète –

Is there a way to avoid this issue?

Thanks in advance for your help!

Best regards

1 Reply
mambi
Creator III
Creator III

I think you can try this in the load script :

ReplaceMap:
MAPPING LOAD * INLINE [
char replace
á á
é é
ï ï
ó ó
ú ú
] (delimiter is ' ')
;
then you can use the function ApplyMap , have a look here :http://www.learnqlickview.com/a-qlikview-tutorial-mapping-load-in-qlikview/

the table ReplaceMap can be filled with the required caracters