<?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: tmomoutput: Issues with special characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241655#M28741</link>
    <description>&lt;P&gt;Has anybody ever answered this? I have the same error for the same component and yes it is a UTF-8 file but only when they get big. Small files below a meg are processed ok.  Big in the 3MB range fail with that error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know what is the character set of a file before I receive it. Can be ascii, 8859 or UTF-8. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 15:57:39 GMT</pubDate>
    <dc:creator>SnowFrog</dc:creator>
    <dc:date>2022-06-08T15:57:39Z</dc:date>
    <item>
      <title>tmomoutput: Issues with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241652#M28738</link>
      <description>&lt;P&gt;I am facing issues while publishing special characters in UTF-8 format into the mqueue(WebSphere MQ) using tmomoutput component, Below is the error.&lt;/P&gt;
&lt;P&gt;Also I have share few screen shot of the configured tmomoutput component. Can someone please help on how to resolve this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;java.nio.charset.UnmappableCharacterException: Input length = 1&lt;BR /&gt;at java.nio.charset.CoderResult.throwException(CoderResult.java:282)&lt;BR /&gt;at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:816)&lt;BR /&gt;at com.ibm.mq.jmqi.system.JmqiCodepage.stringToBytes(JmqiCodepage.java:703)&lt;BR /&gt;at com.ibm.mq.MQMessage.writeString(MQMessage.java:2746)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 18:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241652#M28738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-12T18:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: tmomoutput: Issues with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241653#M28739</link>
      <description>what is your mq configuration, can you manually add utf8 char?</description>
      <pubDate>Fri, 13 Sep 2019 08:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241653#M28739</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-09-13T08:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: tmomoutput: Issues with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241654#M28740</link>
      <description>&lt;P&gt;fdenis, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run into the same issue while using tMomOutput. Could you please shed some light if you were able to resolve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 23:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241654#M28740</guid>
      <dc:creator>Ineedtalend</dc:creator>
      <dc:date>2020-12-08T23:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: tmomoutput: Issues with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241655#M28741</link>
      <description>&lt;P&gt;Has anybody ever answered this? I have the same error for the same component and yes it is a UTF-8 file but only when they get big. Small files below a meg are processed ok.  Big in the 3MB range fail with that error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know what is the character set of a file before I receive it. Can be ascii, 8859 or UTF-8. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 15:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241655#M28741</guid>
      <dc:creator>SnowFrog</dc:creator>
      <dc:date>2022-06-08T15:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: tmomoutput: Issues with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241656#M28742</link>
      <description>&lt;P&gt;This is still causing me issue.  I'm using and MQ Server. I'm specifying in the advance option the use of the characterSet to be 1208 which is IBM's CCSID for UTF-8. But it is still giving me errors. It will take all the normal french characters with nothin else, otherwise I get the same error as the subject of the original question. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Over 400 people looked at this thread and no one has a clue.  &lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 21:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241656#M28742</guid>
      <dc:creator>SnowFrog</dc:creator>
      <dc:date>2023-05-08T21:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: tmomoutput: Issues with special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241657#M28743</link>
      <description>&lt;P&gt;I will answer my own questions to avoid other the torture. &lt;/P&gt;&lt;P&gt;The issue is that although the MQ server defaults to UTF-8 the tMOMOutput defaults to the charset of he local machine on which it runs. &lt;/P&gt;&lt;P&gt;To ensure that the message you are sending is converted to UTF-8 you have to do both &lt;/P&gt;&lt;P&gt;set the "Use Format" as in the picture in the initial post&lt;/P&gt;&lt;P&gt;and as well you have to select "Set MQMD Fields"&lt;/P&gt;&lt;P&gt;If you are lucky the panel that expends down from there will already show you the Left field set to "characterSet" with a value of 1208 in the right field. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is actually correct 1208 is the IBM CCSID for UTF-8 (of course they had to rename something already standard :-()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't see this in the panel that opens select the left fields and you will see a bunch of MQMD fields that you can select. Select characterSet and give it a value of 1208. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 22:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmomoutput-Issues-with-special-characters/m-p/2241657#M28743</guid>
      <dc:creator>SnowFrog</dc:creator>
      <dc:date>2023-05-09T22:43:01Z</dc:date>
    </item>
  </channel>
</rss>

