<?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] Encoding Problem with Special Characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296976#M69592</link>
    <description>Hi, &lt;BR /&gt;Thanks for your feedback and sharing your experience with us, I will make some investigation to find a better way for your issue.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Mon, 01 Jul 2013 04:43:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-01T04:43:47Z</dc:date>
    <item>
      <title>[resolved] Encoding Problem with Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296971#M69587</link>
      <description>Hi all,
&lt;BR /&gt;we're using TOS DI 5.2.0M3 and facing a problem mapping data from mssql to oracle (and even within the same mssql database) when the target field has a smaller size than the source field (varchar 132 to varchar 40) AND it contains special chars like Ü,Ä etc.. 
&lt;BR /&gt;The String is cut to a length of 40 chars in a tmap component but a data truncation error occurs when saving this String using a tXXXOutput Component. 
&lt;BR /&gt;Does anyone have a solution where an encoding can be set in the tXXXOutput Components or any information how this problem can be solved?
&lt;BR /&gt;Thanks in advance,
&lt;BR /&gt;M.Meier</description>
      <pubDate>Wed, 26 Jun 2013 12:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296971#M69587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-26T12:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Encoding Problem with Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296972#M69588</link>
      <description>Hi, 
&lt;BR /&gt;Perhaps this KB article about 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006EqeAAE" target="_blank"&gt;Exception: Data truncation: Data too long for column&lt;/A&gt; will be helpful for you.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Jun 2013 08:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296972#M69588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-27T08:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Encoding Problem with Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296973#M69589</link>
      <description>Hi xdshi, 
&lt;BR /&gt;thanks for your hint. I tried this, but got the same error. What i did to solve the problem was just to remove the selection of "die on error" on my output component. I now get the message "data truncation" in the log, but it commits the data completely anyway.... 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;M.Meier</description>
      <pubDate>Thu, 27 Jun 2013 09:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296973#M69589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-27T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Encoding Problem with Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296974#M69590</link>
      <description>Hi, &lt;BR /&gt;The special characters shows well in target DB? There is no error in console but the error info "data truncation" in log?&lt;BR /&gt;Could you give us your job screenshot in forum which may shed light to us.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Jun 2013 09:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296974#M69590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-27T09:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Encoding Problem with Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296975#M69591</link>
      <description>Hi xdshi, 
&lt;BR /&gt;i did some further investigation, it pointed out i made a mistake on the mssql -&amp;gt; mssql mapping, the string had too much characters so the error message was correct. 
&lt;BR /&gt;Concerning mssql -&amp;gt; oracle it was a bit trickier. The destination oracle database (i had no influence on the schema) has varchar fields with exactly the same size as the source (i thought 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;) but the was a small difference is saw when i inspected the oracle schema: 
&lt;BR /&gt;the definition of the fields was varchar (254 BYTE) which means the field has space for 254 BYTE. Since we are working with multibyte characters (ÄÖÜ etc.) we need 4 bytes space for saving it in the database. 
&lt;BR /&gt;So my solution is to count the occurences of these multibyte chars in the source field and cut the string (len - 4*occurences). I'm sure it's not the bust way, but it works for now 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;M</description>
      <pubDate>Fri, 28 Jun 2013 13:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296975#M69591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-28T13:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Encoding Problem with Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296976#M69592</link>
      <description>Hi, &lt;BR /&gt;Thanks for your feedback and sharing your experience with us, I will make some investigation to find a better way for your issue.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 01 Jul 2013 04:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296976#M69592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-01T04:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Encoding Problem with Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296977#M69593</link>
      <description>Hi xdshi, 
&lt;BR /&gt;i think the problem in my case is a bad schema design, which i sadly can't change. But it might be a cool feature if the encoding can be set in the output elements, although i know encoding handling using java Strings is a bit tricky 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;M</description>
      <pubDate>Fri, 05 Jul 2013 10:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296977#M69593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-05T10:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Encoding Problem with Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296978#M69594</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;Thanks your response. &lt;BR /&gt;In addition, For talend enterprise subscription version, there is "Dynamic schema" feature which allows you to design schema with an unknown column structure (unknown name and number of columns).I think it is a good option for "Schema" Issue.&lt;BR /&gt;You can refer to this article &lt;A title="https://community.talend.com/t5/Design-and-Development/How-to-process-changing-data-structure/ta-p/21702" href="https://community.qlik.com/s/article/ka03p0000006EwBAAU" target="_self"&gt;How to process changing data structure.&lt;/A&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2013 10:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Encoding-Problem-with-Special-Characters/m-p/2296978#M69594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-05T10:51:01Z</dc:date>
    </item>
  </channel>
</rss>

