<?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 unable to populate value of previous component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277857#M53499</link>
    <description>&lt;P&gt;No need to tRowGenerateor&amp;nbsp;&lt;/P&gt;&lt;P&gt;in tSetGlobalVar ,&amp;nbsp;put "myKey" as TalendDataGenerator&lt;SPAN&gt;.getFirstName()&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the in tJava&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.out.println((String)globalMap.get("myKey"));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 09:23:44 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-03-21T09:23:44Z</dc:date>
    <item>
      <title>Tjava unable to populate value of previous component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277856#M53498</link>
      <description>&lt;P&gt;Hi People,&lt;/P&gt;
&lt;P&gt;I am newbie to talend...and was trying out&amp;nbsp;to build a job....&lt;/P&gt;
&lt;P&gt;My requirement&amp;nbsp;is&lt;/P&gt;
&lt;P&gt;tRowGenerator&amp;nbsp;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp; Row1&amp;gt;&amp;gt;tSetGlobalVariable&amp;gt;&amp;gt;row2&amp;gt;&amp;gt;tJava&lt;/P&gt;
&lt;P&gt;I have generated one random field called name using TalendData.getname() function. E.g (Aarya)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in tSetGlobalVariable&lt;/P&gt;
&lt;P&gt;For Parameter "myKey"&lt;/P&gt;
&lt;P&gt;Value "&amp;nbsp;(String)globalMap.get(row1.name)"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In tjava&lt;/P&gt;
&lt;P&gt;System.out.println("myKey")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;unfortunately I output as myKey and I expect Aarya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can some one explain what am I doing wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277856#M53498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tjava unable to populate value of previous component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277857#M53499</link>
      <description>&lt;P&gt;No need to tRowGenerateor&amp;nbsp;&lt;/P&gt;&lt;P&gt;in tSetGlobalVar ,&amp;nbsp;put "myKey" as TalendDataGenerator&lt;SPAN&gt;.getFirstName()&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the in tJava&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.out.println((String)globalMap.get("myKey"));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 09:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277857#M53499</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-21T09:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tjava unable to populate value of previous component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277858#M53500</link>
      <description>Hi Abhishek,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply....&lt;BR /&gt;&lt;BR /&gt;Unfortunately I get null....&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2019 10:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277858#M53500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-21T10:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Tjava unable to populate value of previous component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277859#M53501</link>
      <description>&lt;P&gt;It is quite simple can you show your job .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you connect tSetGlobalVat to tJava on OnsubjobOK ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please give screenshot of your job&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 10:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277859#M53501</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-21T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tjava unable to populate value of previous component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277860#M53502</link>
      <description>Hi Abhishek,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot....It worked now....&lt;BR /&gt;&lt;BR /&gt;Can you please explain or provide me some document which will help me understand reason behind using OnsubjobOK?</description>
      <pubDate>Thu, 21 Mar 2019 10:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277860#M53502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-21T10:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tjava unable to populate value of previous component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277861#M53503</link>
      <description>&lt;P&gt;&lt;A href="https://help.talend.com/reader/nXPtKhielAtSqFD6_f7~OQ/JUkDAmEh26ipMZfskbUXjQ&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/nXPtKhielAtSqFD6_f7~OQ/JUkDAmEh26ipMZfskbUXjQ&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Above will help.Please mark topic as resolved.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 11:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277861#M53503</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-21T11:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tjava unable to populate value of previous component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277862#M53504</link>
      <description>Thanks a lot Abhishek!!!....</description>
      <pubDate>Thu, 21 Mar 2019 11:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tjava-unable-to-populate-value-of-previous-component/m-p/2277862#M53504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-21T11:43:46Z</dc:date>
    </item>
  </channel>
</rss>

