Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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