<?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: [resolved] problem with tMysqlOutput and Encoding in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208448#M7660</link>
    <description>Hi, Peter. 
&lt;BR /&gt;Sorry for my English. 
&lt;BR /&gt;In the beginning, I have many variants job. The result was identical - bad. 
&lt;BR /&gt;After parameter addition all was normalized. 
&lt;BR /&gt;When the parameter isn't present, Talend send to MySql string "SET NAMES latin1". 
&lt;BR /&gt;After parameter addition "characterEncoding=utf8" - Talend any more doesn't send a line "SET NAMES latin1" 
&lt;BR /&gt;I think that further, the coding established on the server is important. 
&lt;BR /&gt;In my case, I have next MySql serever parameters - DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci. 
&lt;BR /&gt; 
&lt;BR /&gt;Vik</description>
    <pubDate>Fri, 22 Oct 2010 20:12:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-10-22T20:12:18Z</dc:date>
    <item>
      <title>[resolved] problem with tMysqlOutput and Encoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208445#M7657</link>
      <description>Firstly, I would like to say hello. I am new to the forums and new to Talend.
&lt;BR /&gt;I have been encountering a problem, and I am unsure if something is wrong or if I have missed a step.
&lt;BR /&gt;I need export data from Excel to MySQL. The part data contain Russian characters.
&lt;BR /&gt;Tracert in inside TOS - all look well.
&lt;BR /&gt;Result in table of MySql is wrong. 
&lt;BR /&gt;Does anyone know what the problem is?</description>
      <pubDate>Sat, 16 Nov 2024 13:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208445#M7657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tMysqlOutput and Encoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208446#M7658</link>
      <description>problem solving - need pass the jdbc parameter to force utf8 encoding "noDatetimeStringSync=true&amp;amp;characterEncoding=utf8"</description>
      <pubDate>Thu, 21 Oct 2010 20:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208446#M7658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-21T20:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tMysqlOutput and Encoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208447#M7659</link>
      <description>Vik,&lt;BR /&gt;I tried your solution - it does not work for me. I have the same set as yours: data flows from Excel into MySQL table.&lt;BR /&gt;I have slight difference - there are couple other components in between.&lt;BR /&gt;    tFileInputExcel --&amp;gt; tFilterRow --&amp;gt; tMap --&amp;gt;tMysqlOutput&lt;BR /&gt;Encoding = UTF8 is set on tFileInputExcel and tMysqlOutput components. I added your suggestion: "noDatetimeStringSync=true&amp;amp;characterEncoding=utf8"&lt;BR /&gt; and doesn't seem to work.&lt;BR /&gt;Is there anything else you did?&lt;BR /&gt;Thank you for your help!&lt;BR /&gt;Peter.</description>
      <pubDate>Fri, 22 Oct 2010 18:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208447#M7659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-22T18:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tMysqlOutput and Encoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208448#M7660</link>
      <description>Hi, Peter. 
&lt;BR /&gt;Sorry for my English. 
&lt;BR /&gt;In the beginning, I have many variants job. The result was identical - bad. 
&lt;BR /&gt;After parameter addition all was normalized. 
&lt;BR /&gt;When the parameter isn't present, Talend send to MySql string "SET NAMES latin1". 
&lt;BR /&gt;After parameter addition "characterEncoding=utf8" - Talend any more doesn't send a line "SET NAMES latin1" 
&lt;BR /&gt;I think that further, the coding established on the server is important. 
&lt;BR /&gt;In my case, I have next MySql serever parameters - DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci. 
&lt;BR /&gt; 
&lt;BR /&gt;Vik</description>
      <pubDate>Fri, 22 Oct 2010 20:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208448#M7660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-22T20:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tMysqlOutput and Encoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208449#M7661</link>
      <description>Hi Once try with this.....this worked for me....
&lt;BR /&gt;add "useOldUTF8Behavior=true" in JDBC additional parameter....</description>
      <pubDate>Thu, 27 Jun 2013 11:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208449#M7661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-27T11:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tMysqlOutput and Encoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208450#M7662</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Hi everyone,&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;I am having an issue with my job.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;I am sending the records to SharePoint using tSoap. My records are having some international characters (like&amp;nbsp;Ö etc.)&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;When I am running the webservice job through Talend Open Studio I am not getting any error. But when I am running the same job from Windows Scheduler using services it is not supporting those international characters, I am getting below error :&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;SUPPLIER Webservice Job 2015-01-29 14:50:00 Starting Job&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;||&amp;lt;soapenv:Fault xmlns:soapenv=""&amp;gt;&amp;lt;faultcode&amp;gt;soapenv&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;erver&amp;lt;/faultcode&amp;gt;&amp;lt;faultstring&amp;gt;com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 middle byte 0x54 (at char #319, byte #127)&amp;lt;/faultstring&amp;gt;&amp;lt;detail /&amp;gt;&amp;lt;/soapenv:Fault&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;||&amp;lt;soapenv:Fault xmlns:soapenv=""&amp;gt;&amp;lt;faultcode&amp;gt;soapenv&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;erver&amp;lt;/faultcode&amp;gt;&amp;lt;faultstring&amp;gt;java.lang.ArrayIndexOutOfBoundsException: read(buf,-380,4380), cbuf&amp;lt;/faultstring&amp;gt;&amp;lt;detail /&amp;gt;&amp;lt;/soapenv:Fault&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;||&amp;lt;soapenv:Fault xmlns:soapenv=""&amp;gt;&amp;lt;faultcode&amp;gt;soapenv&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;erver&amp;lt;/faultcode&amp;gt;&amp;lt;faultstring&amp;gt;com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 middle byte 0x50 (at char #315, byte #127)&amp;lt;/faultstring&amp;gt;&amp;lt;detail /&amp;gt;&amp;lt;/soapenv:Fault&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;||&amp;lt;soapenv:Fault xmlns:soapenv=""&amp;gt;&amp;lt;faultcode&amp;gt;soapenv&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;erver&amp;lt;/faultcode&amp;gt;&amp;lt;faultstring&amp;gt;java.lang.ArrayIndexOutOfBoundsException: read(buf,-380,4380), cbuf&amp;lt;/faultstring&amp;gt;&amp;lt;detail /&amp;gt;&amp;lt;/soapenv:Fault&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;|&amp;lt;ns&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;utSUPPLIERResponse xmlns:ns=""&amp;gt;&amp;lt;ns:return xmlns:xsi="" xsi:type="ns:Return_Status"&amp;gt;&amp;lt;ns:Errors&amp;gt;Error while updating row 0 for DataElement with meta id 213051, Message: Cannot insert the value NULL into column 'PARMA_CODE', table 'PPSS_qa2.dbo.MR_SUPPLIER'; column does not allow nulls. INSERT fails., Error Code: 515, SQL: INSERT INTO MR_SUPPLIER (PARMA_CODE, PARMA_DESC, LAST_UPDATED_BY, LAST_UPDATE_DATE, CREATED_BY, CREATE_DATE, EMAIL, FAX_NUMBER, TELEPHONE_NUMBER, INBOUND_FREIGHT_GROUP, COUNTRY, ZIP_CODE, STATE, CITY, ADDRESS2, ADDRESS1, EXTRACTION_TIME) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ARMA_CODE, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ARMA_DESC, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:LAST_UPDATED_BY, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:LAST_UPDATE_DATE, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:CREATED_BY, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:CREATE_DATE, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:EMAIL, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:FAX_NUMBER, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:TELEPHONE_NUMBER, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:INBOUND_FREIGHT_GROUP, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:COUNTRY, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:ZIP_CODE, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;TATE, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:CITY, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:ADDRESS2, Value:null&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:ADDRESS1, Value:1&amp;amp;#xD;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Column:EXTRACTION_TIME, Value:null&amp;lt;/ns:Errors&amp;gt;&amp;lt;ns:Num_Deletes&amp;gt;0&amp;lt;/ns:Num_Deletes&amp;gt;&amp;lt;ns:Num_Inserts&amp;gt;0&amp;lt;/ns:Num_Inserts&amp;gt;&amp;lt;ns:Num_Updates&amp;gt;0&amp;lt;/ns:Num_Updates&amp;gt;&amp;lt;ns:Record_Name&amp;gt;SUPPLIER&amp;lt;/ns:Record_Name&amp;gt;&amp;lt;/ns:return&amp;gt;&amp;lt;/ns&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;utSUPPLIERResponse&amp;gt;|&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3399cc"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;SUPPLIER Webservice Job 2015-01-29 14:50:01 Ending Job&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Do I need to check some setting or something to make it work.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Any suggestion would be appreciated, Thanks in advance.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Cheers,&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Shilly&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Fri, 30 Jan 2015 06:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208450#M7662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-30T06:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tMysqlOutput and Encoding</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208451#M7663</link>
      <description>Thanks, i was try a lot of things and this one work for me. 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;</description>
      <pubDate>Fri, 04 May 2018 07:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tMysqlOutput-and-Encoding/m-p/2208451#M7663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-04T07:25:38Z</dc:date>
    </item>
  </channel>
</rss>

