<?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: Hebrew from tFileInputXML to tMySQLOutput converts into ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223436#M16560</link>
    <description>This may be an issue with jdbc/mysql, under the advanced settings in your tMysqlOuput component try adding "characterEncoding=UTF-8" ("noDatetimeStringSync=true&amp;amp;characterEncoding=UTF-8") to your 'Additional JDBC Parameters' URL. Let me know if this helps.</description>
    <pubDate>Wed, 12 Nov 2008 20:33:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-11-12T20:33:09Z</dc:date>
    <item>
      <title>Hebrew from tFileInputXML to tMySQLOutput converts into ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223433#M16557</link>
      <description>Hi,
&lt;BR /&gt;I parse an XML file with tFileInputXML and insert the data in a MySQL table via tMySQLOutput. The XML file is utf8 encoded and contains data in hebrew and english. Under advanced settings I set the encoding to utf8 for both tFileInputXML and tMySQLOutput . The problem is that when I check in the database after the insert all the hebrew data is converted into ?. 
&lt;BR /&gt;I dumped the data from the XML file to an Excel file and it displays properly. I also inserted manually hebrew data in the database and again it displays properly in the database (all column and table encoding are set to utf8 on the database level as well), so the problem must be somewhere in the link between tFileInputXML and tMySQLOutput .
&lt;BR /&gt;Any ideas how can I solve this problem?
&lt;BR /&gt;Thanks
&lt;BR /&gt;Magi</description>
      <pubDate>Sat, 16 Nov 2024 14:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223433#M16557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hebrew from tFileInputXML to tMySQLOutput converts into ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223434#M16558</link>
      <description>Hi,&lt;BR /&gt;I still haven't found a solution to this problem. The problem persists with Vietnamese as well. It seems that I cannot transfer UTF-8 non English characters to a database table. Can someone please help?&lt;BR /&gt;Thanks&lt;BR /&gt;Magi</description>
      <pubDate>Mon, 10 Nov 2008 09:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223434#M16558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-10T09:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hebrew from tFileInputXML to tMySQLOutput converts into ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223435#M16559</link>
      <description>Is it a myth or reality that TOS is supporting multilingual data and utf8? I have been using TOS for a year now quite successfully, but now that I have to load some Hebrew and Vietnamese data all the jobs that I have created in the last year fail to insert the utf-8 data properly. I have been trying to get an answer on the above question for some time now, but it seems that nobody has the answer. Now, this is a question for the Talend guys (please don't ignore me:-)) who must know the features of their product:
&lt;BR /&gt;Can I load utf-8 data in from utf-8 encoded XML file to a utf-8 mySQL database table?
&lt;BR /&gt;To make it more descriptive I have attached a sample job. Bottom line is that the characters appear as ? in the DB instead of proper hebrew or Vietnamese characters.
&lt;BR /&gt;Thank you
&lt;BR /&gt;Magi</description>
      <pubDate>Wed, 12 Nov 2008 11:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223435#M16559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-12T11:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hebrew from tFileInputXML to tMySQLOutput converts into ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223436#M16560</link>
      <description>This may be an issue with jdbc/mysql, under the advanced settings in your tMysqlOuput component try adding "characterEncoding=UTF-8" ("noDatetimeStringSync=true&amp;amp;characterEncoding=UTF-8") to your 'Additional JDBC Parameters' URL. Let me know if this helps.</description>
      <pubDate>Wed, 12 Nov 2008 20:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223436#M16560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-12T20:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hebrew from tFileInputXML to tMySQLOutput converts into ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223437#M16561</link>
      <description>Thank you. It works fine now.</description>
      <pubDate>Thu, 13 Nov 2008 07:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hebrew-from-tFileInputXML-to-tMySQLOutput-converts-into/m-p/2223437#M16561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-13T07:26:24Z</dc:date>
    </item>
  </channel>
</rss>

