<?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] tFileInputDelimited not reading international characters (UTF-8) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289229#M62633</link>
    <description>I can.  However, I think the issue however, is that Talend is not resolving UTF8 encoded data.  In the screenshots, there are characters that Talend cannot resolve.  I struggle with this however, as I cannot find any posts that also share this problem.</description>
    <pubDate>Tue, 24 Jan 2012 15:28:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-24T15:28:36Z</dc:date>
    <item>
      <title>[resolved] tFileInputDelimited not reading international characters (UTF-8)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289222#M62626</link>
      <description>I am reading utf-8 encoded CSV text files, but am getting errors when reading the file with tFileInputdelimited.  Once this is working, these will be saved (via a tmap -&amp;gt; tOracleOutput), to Oracle 11g.  I am not sure if I then need to set advanced options on the tOracleOutput. The oracle db has been configured to store muti-byte characters.&lt;BR /&gt;Probably something simple I am missing.&lt;BR /&gt;I have attached screenshots.&lt;BR /&gt;Dave</description>
      <pubDate>Sat, 16 Nov 2024 12:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289222#M62626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited not reading international characters (UTF-8)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289223#M62627</link>
      <description>Hi&lt;BR /&gt;Try this. Set Encoding "Custom"-&amp;gt;"GBK".&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 05:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289223#M62627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T05:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited not reading international characters (UTF-8)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289224#M62628</link>
      <description>thanks - I am investigating another issue with this. If that does not work, I will definitely try this. In any case, I will keep this post updated.
&lt;BR /&gt;Thanks!
&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 19 Jan 2012 19:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289224#M62628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T19:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited not reading international characters (UTF-8)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289225#M62629</link>
      <description>"GBK" did not work.  I have escalated this to Talend support.&lt;BR /&gt;thanks,&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 20 Jan 2012 21:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289225#M62629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-20T21:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited not reading international characters (UTF-8)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289226#M62630</link>
      <description>Hi Dave 
&lt;BR /&gt;From the error message, we can see that it is a Number Format exception throws on tFileInputDelimited_2, one of columns is read using Integer/int data type. Try to change it to string data type. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 21 Jan 2012 01:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289226#M62630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-21T01:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited not reading international characters (UTF-8)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289227#M62631</link>
      <description>Shong,
&lt;BR /&gt;Well, the first column is a short (Integer).
&lt;BR /&gt;I changed the first column to a string in the FileInput, and added a tConvertType, after the FileInput. In the tConvertType, I convert the first column from string to short.
&lt;BR /&gt;I now get a new error (new "Convert" "screenshots attached)
&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 23 Jan 2012 23:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289227#M62631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-23T23:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited not reading international characters (UTF-8)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289228#M62632</link>
      <description>Have you tried giving your ACD_No a size?</description>
      <pubDate>Tue, 24 Jan 2012 09:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289228#M62632</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-01-24T09:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited not reading international characters (UTF-8)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289229#M62633</link>
      <description>I can.  However, I think the issue however, is that Talend is not resolving UTF8 encoded data.  In the screenshots, there are characters that Talend cannot resolve.  I struggle with this however, as I cannot find any posts that also share this problem.</description>
      <pubDate>Tue, 24 Jan 2012 15:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289229#M62633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-24T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputDelimited not reading international characters (UTF-8)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289230#M62634</link>
      <description>So, here is what I did to resolve:&lt;BR /&gt;I brought up the source file in Firefox (file open). Then rt-click - View page info.  This shows the character encoding.  I saw that this file was actually encoded as UTF-16, not UTF-8, as I ad thought.  I then changed the tFileinput to custom "UTF-16" in Talend, and it worked fine.&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 25 Jan 2012 22:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputDelimited-not-reading-international/m-p/2289230#M62634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-25T22:34:22Z</dc:date>
    </item>
  </channel>
</rss>

