<?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: Array in tjava in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224709#M17308</link>
    <description>&lt;P&gt;Hi &lt;BR /&gt;If you need to access incoming data, you will use tJavaRow or tJavaFlex component, here an article that introduces the difference between tjava, tJavaRow and tJavaFlex, it will be helpful for you to understand these three components. &lt;BR /&gt;&lt;A href="https://help.talend.com/reader/lw17672ujtsKAM3zY5H2oQ/nWbUINqRhQ51bGS2OWMqXA" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://help.talend.com/reader/lw17672ujtsKAM3zY5H2oQ/nWbUINqRhQ51bGS2OWMqXA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 05:33:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-27T05:33:03Z</dc:date>
    <item>
      <title>Array in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224708#M17307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to adjust the below code into my pipeline:&lt;/P&gt;&lt;PRE&gt;private static String[][] List = new String[189][2];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if((code.equals("teo")) &amp;amp;&amp;amp; !(id.equals("")) ){
                      
                      for (int k=0;k&amp;lt;List.length;k++)
                      {
                        SuperCode = List[k][0];
                       
                        if( id.startsWith(SuperCode.trim()))
                        {
                          info = "hey from " + List[k][1];
                          
                        }
                      } &lt;/PRE&gt;&lt;P&gt;Have I to use tjava, tjavaflex or tjavaRow? How I will impement this ? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 13:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224708#M17307</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-04-24T13:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Array in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224709#M17308</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;If you need to access incoming data, you will use tJavaRow or tJavaFlex component, here an article that introduces the difference between tjava, tJavaRow and tJavaFlex, it will be helpful for you to understand these three components. &lt;BR /&gt;&lt;A href="https://help.talend.com/reader/lw17672ujtsKAM3zY5H2oQ/nWbUINqRhQ51bGS2OWMqXA" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://help.talend.com/reader/lw17672ujtsKAM3zY5H2oQ/nWbUINqRhQ51bGS2OWMqXA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 05:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224709#M17308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-27T05:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Array in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224710#M17309</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;. This is for the first question. I am looking also&amp;nbsp; an answer for the second one, on how to implement this code into talend.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 07:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224710#M17309</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-04-27T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Array in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224711#M17310</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LQe1AAG"&gt;@DrGenious&lt;/A&gt;, I am not Java developer, I can't provide you any help on code implementation to you. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 28 Apr 2020 03:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224711#M17310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T03:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Array in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224712#M17311</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;It's ok. Thank you a lot for the help with the components.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Array-in-tjava/m-p/2224712#M17311</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-04-28T14:21:45Z</dc:date>
    </item>
  </channel>
</rss>

