<?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: tJava tArray in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206880#M6765</link>
    <description>but how can you access the data stored in tArray using tJava?</description>
    <pubDate>Tue, 18 Sep 2012 15:32:27 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-09-18T15:32:27Z</dc:date>
    <item>
      <title>tJava tArray</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206876#M6761</link>
      <description>hi!
&lt;BR /&gt;i'm trying to reach the rows that contains my tArray by tJava component cuz i want to manipulate some rows on it.
&lt;BR /&gt;my job is something like this:
&lt;BR /&gt;tMysqlInput_1-------------------&amp;gt;tArray_1
&lt;BR /&gt; | Main
&lt;BR /&gt; |
&lt;BR /&gt; | OnSubjobOK
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; tArrayIn_1
&lt;BR /&gt; |
&lt;BR /&gt; | Main
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; |
&lt;BR /&gt; tJava_1 
&lt;BR /&gt; 
&lt;BR /&gt;what should i put in my tJava in order to reach the data that contains my tArray_1???
&lt;BR /&gt;
&lt;BR /&gt;Regards.</description>
      <pubDate>Sat, 16 Nov 2024 14:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206876#M6761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: tJava tArray</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206877#M6762</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;The tArray/tArrayIn/tSortIn are the virtual components. They are hidden in Talend by default. Go to &lt;STRONG&gt;Windows--&amp;gt;Preference--&amp;gt;Talend--&amp;gt;Designer&lt;/STRONG&gt; and check the 'Display hidden components' option to display them.&lt;BR /&gt;In fact, tArray+tSortIn=tSortRow&lt;BR /&gt;tArray: store the data in memory without sorting them.&lt;BR /&gt;tArrayIn: read the data from memory without sorting them.&lt;BR /&gt;tSortIn: sort the data in memory and read them.&lt;BR /&gt;so, using tArray and tArrayIn in a job is useless.&lt;BR /&gt;Here comes a scenario:&lt;BR /&gt;Input file:&lt;BR /&gt;2;shong&lt;BR /&gt;3;Elise&lt;BR /&gt;1;Mhirt&lt;BR /&gt;4;Plegall&lt;BR /&gt;Result:&lt;/P&gt; 
&lt;PRE&gt;Starting job HHH at 13:46 08/04/2008.&lt;BR /&gt;1|Mhirt&lt;BR /&gt;2|shong&lt;BR /&gt;3|Elise&lt;BR /&gt;4|Plegall&lt;BR /&gt;Job HHH ended at 13:46 08/04/2008. &lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;From this case, we can see that tArray+tSortIn=tSortRow.&lt;BR /&gt;Best regards&lt;BR /&gt; shong&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC0v.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137909iC0E8B1AFEB9A33AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC0v.png" alt="0683p000009MC0v.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MByK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143806i5C892F0DCE44D91E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MByK.png" alt="0683p000009MByK.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBkw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137538i3F0D2017FDEFC34D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBkw.png" alt="0683p000009MBkw.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBqG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145116i84DF77EB6597A83E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBqG.png" alt="0683p000009MBqG.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBq2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143858i5E93B24616F98C23/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBq2.png" alt="0683p000009MBq2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2008 06:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206877#M6762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-08T06:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: tJava tArray</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206878#M6763</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello&lt;BR /&gt;The tArray/tArrayIn/tSortIn are the virtual components. They are hidden in Talend by default. Go to &lt;B&gt;Windows--&amp;gt;Preference--&amp;gt;Talend--&amp;gt;Designer&lt;/B&gt; and check the 'Display hidden components' option to display them.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Shong, 
&lt;BR /&gt;I'm trying to follow this hint in TOS Version: 2.4.0, Build id: r14858-20080606-1850. I can't find the option you mentioned. Did it move somewhere else? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; Jerry</description>
      <pubDate>Wed, 06 Aug 2008 10:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206878#M6763</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-08-06T10:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: tJava tArray</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206879#M6764</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Did it move somewhere else?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, this option have been removed from Preference, you can add it from the 'project setting' panel. (see the screenshot) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBsd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136454iA1D6684C30FC0DEF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBsd.png" alt="0683p000009MBsd.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 06 Aug 2008 10:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206879#M6764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-06T10:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: tJava tArray</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206880#M6765</link>
      <description>but how can you access the data stored in tArray using tJava?</description>
      <pubDate>Tue, 18 Sep 2012 15:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206880#M6765</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-09-18T15:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: tJava tArray</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206881#M6766</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;but how can you access the data stored in tArray using tJava?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Exactly my question as well.</description>
      <pubDate>Thu, 22 Jan 2015 09:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJava-tArray/m-p/2206881#M6766</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-01-22T09:26:59Z</dc:date>
    </item>
  </channel>
</rss>

