<?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: UTF-8 Error while bulk loading data with japanese chars to AWS MySQL Database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/UTF-8-Error-while-bulk-loading-data-with-japanese-chars-to-AWS/m-p/2337304#M105652</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;we checked all parameters and all is set as utf8 / utf8mb4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue seems to be related to a chinese character included in the "CJK Unified Ideographs Extension B" and not mapped in MySQL charset...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 16:06:18 GMT</pubDate>
    <dc:creator>fabiosurini</dc:creator>
    <dc:date>2022-12-12T16:06:18Z</dc:date>
    <item>
      <title>UTF-8 Error while bulk loading data with japanese chars to AWS MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UTF-8-Error-while-bulk-loading-data-with-japanese-chars-to-AWS/m-p/2337301#M105649</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;we have a MySQL 5.7 on AWS with utf8mb4 tables.&lt;/P&gt;&lt;P&gt;We use the DBBulk task to upload data in these tables but we get &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java.sql.SQLException: Invalid utf8 character string: '"&amp;lt;some japanese ch&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;db, tables and column are all set with &lt;P&gt;utf8mb4  char set&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;in the jdbc connection string we add "useUnicode" and "charset=utf8" params&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the cause of this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UTF-8-Error-while-bulk-loading-data-with-japanese-chars-to-AWS/m-p/2337301#M105649</guid>
      <dc:creator>fabiosurini</dc:creator>
      <dc:date>2024-11-15T22:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: UTF-8 Error while bulk loading data with japanese chars to AWS MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UTF-8-Error-while-bulk-loading-data-with-japanese-chars-to-AWS/m-p/2337302#M105650</link>
      <description>&lt;P&gt;Hello @Fabio Surini​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could you please try to run the below query in the AWS db to check if all the settings are utf8?&lt;/P&gt;&lt;P&gt;if some are not utf8, then try to change them to utf8 and apply to the db?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show variables like "character%";&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 02:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UTF-8-Error-while-bulk-loading-data-with-japanese-chars-to-AWS/m-p/2337302#M105650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-08T02:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: UTF-8 Error while bulk loading data with japanese chars to AWS MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UTF-8-Error-while-bulk-loading-data-with-japanese-chars-to-AWS/m-p/2337303#M105651</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try to add these parameters in the additional JDBC parameter field.&lt;/P&gt;&lt;P&gt;useUnicode=true&amp;amp;characterEncoding=utf8&lt;/P&gt;&lt;P&gt;If the data are read from file,  select encoding 'UTF-8' on the tFileInputXXX component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong &lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 07:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UTF-8-Error-while-bulk-loading-data-with-japanese-chars-to-AWS/m-p/2337303#M105651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-08T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: UTF-8 Error while bulk loading data with japanese chars to AWS MySQL Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UTF-8-Error-while-bulk-loading-data-with-japanese-chars-to-AWS/m-p/2337304#M105652</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;we checked all parameters and all is set as utf8 / utf8mb4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue seems to be related to a chinese character included in the "CJK Unified Ideographs Extension B" and not mapped in MySQL charset...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UTF-8-Error-while-bulk-loading-data-with-japanese-chars-to-AWS/m-p/2337304#M105652</guid>
      <dc:creator>fabiosurini</dc:creator>
      <dc:date>2022-12-12T16:06:18Z</dc:date>
    </item>
  </channel>
</rss>

