<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Removing Special Characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Removing-Special-Characters/m-p/2249060#M33719</link>
    <description>&lt;P&gt;Ok. In that case, could you please go to the advanced settings of the tfileinput component and convert the language settings to UTF-8.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The symbols are getting generated due to wrong language set. You can remove the tMap in this case.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Dec 2018 06:55:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-20T06:55:39Z</dc:date>
    <item>
      <title>Removing Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Removing-Special-Characters/m-p/2249057#M33716</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am currently trying to import data from a csv file with Chinese Characters and there are some&amp;nbsp;� in the csv file..&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My question is how do I import the data into teradata without it giving the "The string contains an untranslatable character," error message.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I would like to either remove the&amp;nbsp;&lt;SPAN&gt;� or just replace it with an empty space.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Removing-Special-Characters/m-p/2249057#M33716</guid>
      <dc:creator>sszzxx</dc:creator>
      <dc:date>2024-11-16T07:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Removing-Special-Characters/m-p/2249058#M33717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You can remove all non-Latin characters by using below function in a tmap.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;row2.input_data.replaceAll("[^\\x00-\\x7F]", "")&lt;/PRE&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1pX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135987i545B4E4DC5F5C5ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1pX.png" alt="0683p000009M1pX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 04:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Removing-Special-Characters/m-p/2249058#M33717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-20T04:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Removing-Special-Characters/m-p/2249059#M33718</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if that's the case, my chinese character words (such as 小姐) will also be an empty string right?&lt;/P&gt;
&lt;P&gt;I just want to remove those garbled letters such as ...&amp;nbsp; '&lt;STRONG&gt;&amp;#26;'&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 06:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Removing-Special-Characters/m-p/2249059#M33718</guid>
      <dc:creator>sszzxx</dc:creator>
      <dc:date>2018-12-20T06:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Removing-Special-Characters/m-p/2249060#M33719</link>
      <description>&lt;P&gt;Ok. In that case, could you please go to the advanced settings of the tfileinput component and convert the language settings to UTF-8.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The symbols are getting generated due to wrong language set. You can remove the tMap in this case.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 06:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Removing-Special-Characters/m-p/2249060#M33719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-20T06:55:39Z</dc:date>
    </item>
  </channel>
</rss>

