<?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: how to remove special characters from string while loading csv file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294348#M67239</link>
    <description>&lt;P&gt;I applied encoding as UTF-8 but its actually inserting more special chars instead of removing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;Sliver 2 Ã¢Â€Â“ Sell&lt;/P&gt;&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to see data like my source&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sliver 2 â€“ Sell&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 19:20:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-20T19:20:57Z</dc:date>
    <item>
      <title>how to remove special characters from string while loading csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294346#M67237</link>
      <description>&lt;P&gt;I have requirement to create csv file from hive table while creating csv file, which is comma separated.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;while inserting rows talend is inserting special characters in string.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;for example&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;source :&amp;nbsp;Sliver 2 â€“ Sell&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;target :&amp;nbsp;&lt;/P&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Sliver 2 â€“ Sell&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please help how to remove this special character.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jira.PNG" style="width: 741px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5uZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136387i15D86D0E44ACACE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5uZ.png" alt="0683p000009M5uZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294346#M67237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove special characters from string while loading csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294347#M67238</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLJXAA4"&gt;@prasad_nayani&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please change the Encoding to UTF-8 in tfileoutputdelimited component in advanced settings and let us know if that helps.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="csv.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5WM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134466iDD0F9E936913A91B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5WM.png" alt="0683p000009M5WM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Pratheek Manjunath&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 10:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294347#M67238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove special characters from string while loading csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294348#M67239</link>
      <description>&lt;P&gt;I applied encoding as UTF-8 but its actually inserting more special chars instead of removing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;Sliver 2 Ã¢Â€Â“ Sell&lt;/P&gt;&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to see data like my source&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sliver 2 â€“ Sell&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294348#M67239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T19:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove special characters from string while loading csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294349#M67240</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLJXAA4"&gt;@prasad_nayani&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried to read the String you had given&amp;nbsp;&lt;STRONG&gt;Sliver 2 â€“ Sell&lt;/STRONG&gt; from a csv file and I am writing the data back to another csv file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Our assumption is that you are using UTF-8 encoding while reading and writing the files (need to updated in the advanced section of Talend components). Even if you are using Hive, you will have to check the underlying Hadoop files.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now, lets assume that the input data is in correct format. If you are trying to print the data in Talend, it will show like below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 192px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M64q.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136685i08627C9097E3C646/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M64q.png" alt="0683p000009M64q.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The reason is that Talend is using Courier Font for log printing. But if you write the data to a file, you can see that it is having the data as shown below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 284px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5vf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142289i44F180B092CA071F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5vf.png" alt="0683p000009M5vf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The above data is output from notepad after running the job below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 626px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M64v.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154206i4B89C79C8955316B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M64v.png" alt="0683p000009M64v.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you copy the data and put it to a MS word, you can see the data in original format (like the font in this post)&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 467px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M650.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141727iC3DBA81CA46175CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M650.png" alt="0683p000009M650.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;So I believe as long as you are maintaining the UTF-8 encoding which is also called Unicode encoding, you should be fine. Only in very rare occasions, you may need UTF-16 encoding but all those encoding can be added by selecting Custom language encoding in the Talend components.&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>Fri, 21 Jun 2019 01:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294349#M67240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T01:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove special characters from string while loading csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294350#M67241</link>
      <description>&lt;P&gt;hi &lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks for you effort but,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Actually I want to remove char &lt;STRONG&gt;€ &lt;/STRONG&gt;from the output because my source doesn't has special char in it&amp;nbsp; as below.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;source&lt;/P&gt; 
&lt;P&gt;Sliver 2 â“ Sell&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but target .csv file is inserting that special char.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sliver 2 â€“ Sell&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 02:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294350#M67241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T02:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove special characters from string while loading csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294351#M67242</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLJXAA4"&gt;@prasad_nayani&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Ok. Your earlier posts had Euro symbol in both source and target. So I added it in the source data.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I copied your new data&amp;nbsp;&lt;SPAN&gt;Sliver 2 â“ Sell into the job and printed the output. I did not get any extra Euro symbol and the output is as shown below. It could be due to UTF-8 settings in your environment.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 229px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5GS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129026iAAFB46AEFF5FAA66/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5GS.png" alt="0683p000009M5GS.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please double check all your job settings and see all the underlying Hadoop files once again?&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>Fri, 21 Jun 2019 02:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-special-characters-from-string-while-loading-csv/m-p/2294351#M67242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T02:51:30Z</dc:date>
    </item>
  </channel>
</rss>

