<?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: Excel(xlsx) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315049#M85753</link>
    <description>Hi,&lt;BR /&gt;Have you tried to replace your&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Japanese syllabary by using treplace component?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Best regards&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Sabrina&lt;/FONT&gt;</description>
    <pubDate>Mon, 16 Jan 2017 02:42:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-16T02:42:11Z</dc:date>
    <item>
      <title>Excel(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315048#M85752</link>
      <description>&lt;P&gt;I put data into database via tExcelInput.&lt;BR /&gt;I'm Japanese. XLSX-type Excel file have character plus the Japanese syllabary.&lt;BR /&gt;For example, my expecting result is '???'. But the actual is '???????'.&lt;BR /&gt;I don't need the Japanese syllabary.&lt;BR /&gt;&lt;BR /&gt;Some Japanese resolve the problem in Perl.&lt;BR /&gt;XLSX file take first t-tag plus t-tag in rPh-tag.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;t&amp;gt;???&amp;lt;/t&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rPh sb="0" eb="3"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;t&amp;gt;????&amp;lt;/t&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/rPh&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can I resolve in Talend?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2017 03:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315048#M85752</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-01-14T03:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excel(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315049#M85753</link>
      <description>Hi,&lt;BR /&gt;Have you tried to replace your&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Japanese syllabary by using treplace component?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Best regards&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Sabrina&lt;/FONT&gt;</description>
      <pubDate>Mon, 16 Jan 2017 02:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315049#M85753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T02:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excel(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315050#M85754</link>
      <description>You suggest a solution in which the XML structure of the Excel file will be changed or parts of it ignored?
&lt;BR /&gt;I would suggest you do this based on the actual String. You could do this in an expression within a tMap:
&lt;BR /&gt;row1.japanese_string.replaceAll("
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;???&lt;/FONT&gt;&lt;/FONT&gt;", "")
&lt;BR /&gt;I have no clue about Japanese language but if the syllabary is always the same, this would work.</description>
      <pubDate>Mon, 16 Jan 2017 10:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315050#M85754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T10:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Excel(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315051#M85755</link>
      <description>Thanks you,xdshi jlolling. 
&lt;BR /&gt; 
&lt;BR /&gt;In Japanese, replace method is not effective for Japanese syllabary since Japanese syllabary is always different. 
&lt;BR /&gt;It depends on the typing.&amp;nbsp; 
&lt;BR /&gt;The standard Japanese Kanji have 3000 characters. So by replace method, I must make 3000 conditions for Japanese syllabary... 
&lt;BR /&gt; 
&lt;BR /&gt;For example, Japanese syllabary on input "???" is sometime "????", sometime "?????" ... 
&lt;BR /&gt;I don't know you can understand. 
&lt;BR /&gt; 
&lt;BR /&gt;I guess best way is exclude rPh-tag. 
&lt;BR /&gt; 
&lt;BR /&gt;blog.psl.ne.jp/entry/2014/02/06/501 
&lt;BR /&gt;blog.remora.cx/2010/03/annoying-cell-value-with-furigana.html</description>
      <pubDate>Wed, 18 Jan 2017 12:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315051#M85755</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-01-18T12:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excel(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315052#M85756</link>
      <description>Ok, sorry, I have no clue about Japanese.</description>
      <pubDate>Wed, 18 Jan 2017 22:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315052#M85756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-18T22:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Excel(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315053#M85757</link>
      <description>I'm toshiHAL.
&lt;BR /&gt;
&lt;BR /&gt;I found the resolution idea post about this problem on JAVA.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://qiita.com/wakato46/items/7512ae845fd644b9a342" target="_blank" rel="nofollow noopener noreferrer"&gt;http://qiita.com/wakato46/items/7512ae845fd644b9a342&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;I tried this "
&lt;FONT color="#555555"&gt;&lt;FONT size="2"&gt;&lt;FONT face="-apple-system," blinkmacsystemfont=""&gt;MyStringTable.java" code on Talend with tJava.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#555555"&gt;&lt;FONT size="2"&gt;But &amp;nbsp;I got the error message below&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;[color=#555555][font=-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, ????, meiryo, sans-serif]
&lt;FONT size="2"&gt;"llegal modifier for the local class MyStringsTable; only abstract or final is permitted"&lt;/FONT&gt;[/font][/color]
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;[color=#555555][font=-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, ????, meiryo, sans-serif]
&lt;FONT size="2"&gt;Any idea? or&amp;nbsp;&lt;/FONT&gt;[/font][/color][color=#555555][font=-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, ????, meiryo, sans-serif]
&lt;FONT size="2"&gt;alternative code?&lt;/FONT&gt;[/font][/color]</description>
      <pubDate>Fri, 31 Mar 2017 07:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315053#M85757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-31T07:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel(xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315054#M85758</link>
      <description>The resolution post is</description>
      <pubDate>Fri, 31 Mar 2017 07:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Excel-xlsx/m-p/2315054#M85758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-31T07:43:55Z</dc:date>
    </item>
  </channel>
</rss>

