<?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: Working with Excel in tJava in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Working-with-Excel-in-tJava/m-p/2285981#M59603</link>
    <description>&lt;P&gt;I need to use conditions like this example:&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 256px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1xC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149672iBCFEA3A382898696/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1xC.png" alt="0683p000009M1xC.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If&amp;nbsp;CODE = 1 and ID STATUS =&amp;nbsp;C Then Result = 1C (This is the logic i'm looking for, but i don't know how to do this using tJava or Talend components)&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LudT"&gt;Capture.PNG&lt;/A&gt;</description>
    <pubDate>Tue, 15 Jan 2019 14:25:37 GMT</pubDate>
    <dc:creator>EnriqueLDE</dc:creator>
    <dc:date>2019-01-15T14:25:37Z</dc:date>
    <item>
      <title>Working with Excel in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Working-with-Excel-in-tJava/m-p/2285979#M59601</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I'm not use to program Excel using Java (&lt;SPAN&gt;i always&amp;nbsp;use Visual Basic&lt;/SPAN&gt;) and i recently realized there isn't any tool to program Excel using vba in Talend, instead u have to use tJava. But i have no idea how&amp;nbsp;to program Excel in Talend using Java code. Is there any library to upload or tutorial where i can learn about this?&lt;/P&gt; 
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 11:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Working-with-Excel-in-tJava/m-p/2285979#M59601</guid>
      <dc:creator>EnriqueLDE</dc:creator>
      <dc:date>2019-01-15T11:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Excel in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Working-with-Excel-in-tJava/m-p/2285980#M59602</link>
      <description>Try to re implement your VBA code using Talend components.&lt;BR /&gt;&lt;BR /&gt;Otherwise you could call your VBA script using tJava .&lt;BR /&gt;&lt;BR /&gt;Runtime.getRuntime().exec("wscript yourmacro.vbs");</description>
      <pubDate>Tue, 15 Jan 2019 13:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Working-with-Excel-in-tJava/m-p/2285980#M59602</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-15T13:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Excel in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Working-with-Excel-in-tJava/m-p/2285981#M59603</link>
      <description>&lt;P&gt;I need to use conditions like this example:&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 256px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1xC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149672iBCFEA3A382898696/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1xC.png" alt="0683p000009M1xC.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If&amp;nbsp;CODE = 1 and ID STATUS =&amp;nbsp;C Then Result = 1C (This is the logic i'm looking for, but i don't know how to do this using tJava or Talend components)&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LudT"&gt;Capture.PNG&lt;/A&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Working-with-Excel-in-tJava/m-p/2285981#M59603</guid>
      <dc:creator>EnriqueLDE</dc:creator>
      <dc:date>2019-01-15T14:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Excel in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Working-with-Excel-in-tJava/m-p/2285982#M59604</link>
      <description>&lt;P&gt;Read input (1st two cols) --&amp;gt; tjava ( create 3 column col3=col1+col2) --&amp;gt; thashoutput ( only col3)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;on subjob ok&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thashinput(Only col3) --&amp;gt; excel file output ( write only 3rd column on same excel and same sheet in append mode from position C2)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this will help to understand how these components works. There are many custom excel component on Exchange portal. if you need to work a lot on excel those also might be useful.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TalendSolution_2.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1xH.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130695iBCE5A03CB5BB7B22/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1xH.jpg" alt="0683p000009M1xH.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuYe"&gt;TalendSolution_2.JPG&lt;/A&gt;</description>
      <pubDate>Tue, 15 Jan 2019 16:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Working-with-Excel-in-tJava/m-p/2285982#M59604</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-15T16:19:46Z</dc:date>
    </item>
  </channel>
</rss>

