<?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: multiple input for txmlmap from joblets in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297124#M69727</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I resolved the issue by doing a "onComponentOk" on one of the tHashOutput instead of "onSubjobOk" on the tESBProviderRequest.&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="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5eh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133305iCC0D6D8244E96716/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5eh.png" alt="0683p000009M5eh.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My concern is : if one tHashOutput spend lot of time to retrieves a response, will the subjob be triggered when his linked-to component is OK ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks you very much - your answers help me very well.&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2019 18:34:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-24T18:34:13Z</dc:date>
    <item>
      <title>multiple input for txmlmap from joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297116#M69719</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here, i have a job exposing a web-service SOAp that call 2 backend and a database request (note that i&amp;nbsp;put them in joblets for reusability&amp;nbsp;purpose). My&amp;nbsp;problem is that i cannot inject the 3 results in a txmap to build the final result and send it in my tESBprovider response.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M65K.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155004iE9198975E219C3DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M65K.png" alt="0683p000009M65K.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm a newbie in talend, all i know is txmap wait for lookup rows for the two other inputs. Maybe my design is not good for this use case.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297116#M69719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: multiple input for txmlmap from joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297117#M69720</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Since your job flow is trying to join the joblet output in same subjob, its creating cyclic dependency.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;So store the data of each Joblet to a tHashOutput and then read the data from there in next subjob. A simple example is as shown below.&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-center" image-alt="image.png" style="width: 881px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5ZO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142644i359E042ED82CF8D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5ZO.png" alt="0683p000009M5ZO.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In case, the Hash components are note there in Palette, please add them by going to File-&amp;gt; Edit Project Properties -&amp;gt; Designer -&amp;gt; Palette and add the components.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Make sure to clear the cache of Hash after last read from each tHashInput component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 14:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297117#M69720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T14:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: multiple input for txmlmap from joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297118#M69721</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM" target="_self"&gt;@nthampi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;Thanks you for your solution, it's works partially,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;My blocking-point now is the exception below :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;org.apache.cxf.interceptor.Fault: Could not generate the XML stream caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
 at [row,col {unknown-source}]: [2,0].
	at org.apache.cxf.databinding.source.XMLStreamDataWriter.write(XMLStreamDataWriter.java:118)
	at org.apache.cxf.databinding.source.XMLStreamDataWriter.write(XMLStreamDataWriter.java:65)
	at org.apache.cxf.databinding.source.XMLStreamDataWriter.write(XMLStreamDataWriter.java:53)
	at org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(AbstractOutDatabindingInterceptor.java:137)
	at org.apache.cxf.wsdl.interceptors.BareOutInterceptor.handleMessage(BareOutInterceptor.java:68)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:90)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267)
	at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
	at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1182)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1116)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Unknown Source)
Caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
 at [row,col {unknown-source}]: [2,0]
	at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:685)
	at com.ctc.wstx.sr.BasicStreamReader.handleEOF(BasicStreamReader.java:2141)
	at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2047)
	at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1131)
	at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:793)
	at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:722)
	at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:648)
	at org.apache.cxf.databinding.source.XMLStreamDataWriter.write(XMLStreamDataWriter.java:114)
	... 28 more&lt;/PRE&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;It seems like the data in my tHashInput was already read. Here my job :&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5c7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157552i0277A124ECA67BA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5c7.png" alt="0683p000009M5c7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 10:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297118#M69721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-24T10:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiple input for txmlmap from joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297119#M69722</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The above issue has nothing to do with your tHashInput. Could you please check the first XMLMap input and output and it will help to identify the issue. Please also refer the below community post for your reference.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vClrLCAS" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/solved-Could-not-generate-the-XML-stream-caused-by-com-ctc-wstx/td-p/146884&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 14:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297119#M69722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-24T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiple input for txmlmap from joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297120#M69723</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The point is that on my tHashInput i dont get any data when the onSubjobOk is triggered. See the screenshoot below. Note that i tested to put tLogRow on tHashOutput and i have the data there.&amp;nbsp;&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="Capture.PNG" style="width: 976px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5e8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149224iB038C9995A08D75D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5e8.png" alt="0683p000009M5e8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 15:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297120#M69723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-24T15:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: multiple input for txmlmap from joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297121#M69724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Did you try to run the first SubJob by putting tLogrow instead of tHashOutput? If its still having issue while running with tLogrow, please check the txmlmap section. Now, if its working fine, could you please share the screen shots of three tHashOutput components?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 15:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297121#M69724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-24T15:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: multiple input for txmlmap from joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297122#M69725</link>
      <description>&lt;P&gt;&amp;gt; le log of the 3 joblets produce expected data.&lt;/P&gt; 
&lt;P&gt;Below the screenshoots of the 3 components :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t1.PNG" style="width: 622px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5eD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154174iC3051A0F9A313D0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5eD.png" alt="0683p000009M5eD.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t2.PNG" style="width: 694px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5eI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136197i79B6B6D22B04E39B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5eI.png" alt="0683p000009M5eI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t3.PNG" style="width: 702px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5eN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148727iA6B2AFEF9F087981/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5eN.png" alt="0683p000009M5eN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I think the subjob is not triggered because no statistical data are on the subjob's rows :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t4.PNG" style="width: 561px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5by.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133107iEF7D601A0D42107B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5by.png" alt="0683p000009M5by.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 15:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297122#M69725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-24T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: multiple input for txmlmap from joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297123#M69726</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; You are right. Since no data is present, the Hash is not getting initialized. A work around is to add a dummy additional record to Hash and in the data read stage, you can filter it out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 16:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297123#M69726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-24T16:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: multiple input for txmlmap from joblets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297124#M69727</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I resolved the issue by doing a "onComponentOk" on one of the tHashOutput instead of "onSubjobOk" on the tESBProviderRequest.&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="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5eh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133305iCC0D6D8244E96716/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5eh.png" alt="0683p000009M5eh.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My concern is : if one tHashOutput spend lot of time to retrieves a response, will the subjob be triggered when his linked-to component is OK ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks you very much - your answers help me very well.&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 18:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-input-for-txmlmap-from-joblets/m-p/2297124#M69727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-24T18:34:13Z</dc:date>
    </item>
  </channel>
</rss>

