<?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: Should I use tBufferedOutput and tBufferedInput? Should I use tJava? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317608#M88036</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMg4AAG"&gt;@TalendNoob&lt;/A&gt;&amp;nbsp;Please check the screenshot attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let me know if you find any difficulty.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls73"&gt;fixedflow.png&lt;/A&gt;</description>
    <pubDate>Mon, 26 Mar 2018 14:31:16 GMT</pubDate>
    <dc:creator>Vishu1</dc:creator>
    <dc:date>2018-03-26T14:31:16Z</dc:date>
    <item>
      <title>Should I use tBufferedOutput and tBufferedInput? Should I use tJava?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317604#M88032</link>
      <description>&lt;P&gt;Hello together,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Talend ESB.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to get some variables created in the tjava component via Java code into an mySQL-Database.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've done al lot of Research&amp;nbsp; I think it would be able using components like:&amp;nbsp;&amp;nbsp;&amp;nbsp; tjava -&amp;gt; tBufferedOutput -&amp;gt; tBufferedInput -&amp;gt; tMap -&amp;gt; mySQLOutput&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. could someone tell me what tBufferedOutput and tBufferedInput more detailed could be used for?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. does it make sense to use them in this content?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. how can I build this .. what do i have to take care for?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am thankfull for every idea even if there are some without tbufferedIn-/Output&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317604#M88032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Should I use tBufferedOutput and tBufferedInput? Should I use tJava?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317605#M88033</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here is a related scenario:&lt;A title="TalendHelpCenter:Returning a value from a child Job to the parent Job" href="https://help.talend.com/reader/5yL32YJ~dV3jlU9Hq_f13g/P1wOw73mm2DjbUKGGuLdjg" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Returning a value from a child Job to the parent Job&lt;/A&gt; about how to use tBufferedOutput and tBufferedInput component in job.&lt;/P&gt; 
&lt;P&gt;Hope it will be helpful.&lt;/P&gt; 
&lt;P&gt;From your job requirement that passing a variable to next output, the component tJavaRow will meet your needs. Normally, tJava has no input or output data flow and is used as a separate subjob.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317605#M88033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T10:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Should I use tBufferedOutput and tBufferedInput? Should I use tJava?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317606#M88034</link>
      <description>&lt;P&gt;If you are creating some varibles in tJava, then you can assigned them to globalMap varibles like&lt;/P&gt;&lt;P&gt;'globalMap.put("myVar","myVarValue")' in tJava.&lt;/P&gt;&lt;P&gt;and then you have to use tFixedFlowInput component in which you will pass&amp;nbsp;assigned value using&lt;/P&gt;&lt;P&gt;globalMap.get("myVar") and then link to tSQLOutput.&lt;/P&gt;&lt;P&gt;If you this then your flow would be,&lt;/P&gt;&lt;P&gt;tjava --onComponentOk--&amp;gt; tFixedFlowInput --main--&amp;gt; &lt;SPAN&gt;tSQLOutput&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 10:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317606#M88034</guid>
      <dc:creator>Vishu1</dc:creator>
      <dc:date>2018-03-22T10:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Should I use tBufferedOutput and tBufferedInput? Should I use tJava?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317607#M88035</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;Hello, thank you for the answers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Vishu, that's the way I want to transfer the data.&lt;/SPAN&gt; &lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;But unfortunately I do not know exactly where I enter in the component tFixedFlowInput the globalMap.get ("myVar") call.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Could you maybe take a screenshot of a sample scenario?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="short_text"&gt;Thank you very much for your help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 14:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317607#M88035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T14:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Should I use tBufferedOutput and tBufferedInput? Should I use tJava?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317608#M88036</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMg4AAG"&gt;@TalendNoob&lt;/A&gt;&amp;nbsp;Please check the screenshot attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let me know if you find any difficulty.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls73"&gt;fixedflow.png&lt;/A&gt;</description>
      <pubDate>Mon, 26 Mar 2018 14:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317608#M88036</guid>
      <dc:creator>Vishu1</dc:creator>
      <dc:date>2018-03-26T14:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Should I use tBufferedOutput and tBufferedInput? Should I use tJava?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317609#M88037</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMarAAG"&gt;@Vishu&lt;/A&gt;Thank you very much for your Screenshot!!!!&lt;/P&gt;
&lt;P&gt;Thats great ! It works...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;In my example, I need several classes, not just one.&lt;/SPAN&gt; Is there also a possibility to do this with routines?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 10:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Should-I-use-tBufferedOutput-and-tBufferedInput-Should-I-use/m-p/2317609#M88037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T10:49:30Z</dc:date>
    </item>
  </channel>
</rss>

