<?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: especial caracter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295515#M68286</link>
    <description>... please read this splendid article on encoding ...&lt;BR /&gt;&lt;A href="http://kunststube.net/encoding/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://kunststube.net/encoding/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will be enlightened.</description>
    <pubDate>Fri, 10 Aug 2018 15:54:46 GMT</pubDate>
    <dc:creator>Jesperrekuh</dc:creator>
    <dc:date>2018-08-10T15:54:46Z</dc:date>
    <item>
      <title>especial caracter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295509#M68280</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I hope u re doing well.&lt;/P&gt;&lt;P&gt;I need your help, As mentionned in the screen shoot below, I want to load data into a bulk DB, but I have the especial caracter&amp;nbsp;Ã‰ cannot be loaded and i got error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, any idea?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 11:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295509#M68280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T11:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: especial caracter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295510#M68281</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please share the following items for further analysis?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a) What is the Target DB you are using to load data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;b) Could you please verify the encoding is added as UTF-8 in the advanced&amp;nbsp;settings of your Talend component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c)&amp;nbsp; Could you please try to insert using TDBOutput component and check whether its working?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 08:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295510#M68281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T08:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: especial caracter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295511#M68282</link>
      <description>&lt;P&gt;the target DB is slqserver BULK, and the &lt;SPAN&gt;added encoding in the advanced&amp;nbsp;settings of myTalend source component is UTF-8 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it still doesn t want work.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 09:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295511#M68282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T09:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: especial caracter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295512#M68283</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please check whether you are able to load data using a tDBOutputComponent? Or try to run an insert statement with this special character.&amp;nbsp;We need to verify whether DB is stopping the data loading due to some language constraints.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 13:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295512#M68283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T13:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: especial caracter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295513#M68284</link>
      <description>&lt;P&gt;Basically your telling the database you have a string and is correctly displayed in UTF-8... which means it expects UTF-8.&lt;/P&gt; 
&lt;P&gt;Lets say your input is in Latin-1 france language setting, if you want to store it in UTF 8 you need to 'convert' an (re)map bytes to it.&lt;/P&gt; 
&lt;P&gt;Luckily this is done by some string functions...&amp;nbsp;and there's a component tEncoding (I thought)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So if you want to do it right, change your DBOutput to the same encoding type as your input, otherwise conversion is needed.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295513#M68284</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-10T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: especial caracter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295514#M68285</link>
      <description>with tDBOutputComponent, it work correctly, I got problem just with Bulk
&lt;BR /&gt;component
&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295514#M68285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T14:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: especial caracter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295515#M68286</link>
      <description>... please read this splendid article on encoding ...&lt;BR /&gt;&lt;A href="http://kunststube.net/encoding/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://kunststube.net/encoding/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will be enlightened.</description>
      <pubDate>Fri, 10 Aug 2018 15:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/especial-caracter/m-p/2295515#M68286</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-10T15:54:46Z</dc:date>
    </item>
  </channel>
</rss>

