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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bk2
Contributor
Contributor

How to convert/decode string?

How to convert/decode strings like this one:

<PRODUCTS_DESCRIPTION><p><strong>"Domino" i "Ko&#347;ci" to gry znane na ca&#322;ym &#347;wiecie od setek lat.<br /></strong> Zdoby&#322;y uznanie i popularno&#347;&#263; poniewa&#380; sa bardzo proste i niezwykle emocjonuj&#261;ce. </PRODUCTS_DESCRIPTION>

to:

<PRODUCTS_DESCRIPTION><p><strong>"Domino" i "Kości" to gry znane na całym świecie od setek lat.<br /></strong> Zdobyły uznanie i popularność ponieważ sa bardzo proste i niezwykle emocjonujące.</PRODUCTS_DESCRIPTION>

Labels (3)
2 Replies
vikramk
Creator II
Creator II

Hi @Bar Kam​ ,

 

I guess this below link should help you. Please go through the use case explanation for tTransliterate component,

https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/X03fwjN0j46OnfsD35oKTQ

Please let me know if it helps.

Ravi_Rajagopal
Contributor III
Contributor III

One can also consider useage of regular expressions. ​