<?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: Two Linked tHashedOutput Components in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251960#M35751</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;.. saw your comment only after posting the reply.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2018 10:41:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-10T10:41:30Z</dc:date>
    <item>
      <title>Two Linked tHashedOutput Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251957#M35748</link>
      <description>&lt;P&gt;I have a tHashedOutput that is being created triggered by an iterate link. If the iterate link is not triggered, then the tHashedOutput does not exist. I need the next subjob to execute regardless, but it fails because the hash does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried initializing the hash first by having another tHashedOutput linked to the same tHashedInput, but that also fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions? I think I might need to stop using tHashedOutput and create a physical file instead.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 09:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251957#M35748</guid>
      <dc:creator>PhilHibbs</dc:creator>
      <dc:date>2018-10-10T09:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Two Linked tHashedOutput Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251958#M35749</link>
      <description>&lt;P&gt;Yes, this is a pain. I wish that all tHashOutputs were initialised by default if they are in the job. However, they are not. A way to get round this is to use a tFixedFlowInput with the same schema as the tHashOutput, to initialise the tHashOuput at the beginning of the job. Then the tHashOutput you use with your iterate link needs to be linked to the tHashOutput described above. The tFixedFlowInput doesn't need to return any rows (set it to 0 rows), it just needs to run. Any tHashInput components that are meant to use the data, should be linked to the tHashOutput used to initialise.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 10:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251958#M35749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Two Linked tHashedOutput Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251959#M35750</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 that tHashInput will be looking for data from tHashOutput&amp;nbsp;and if the data is not present or if the data is flushed out, then the hash input component will fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;If you would like to use Hash itself, then pass a dummy single row as an initial value for the hash. While retrieving, filter this dummy value out and process the rest of the items. This way, you can bypass the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Or, you can go by using a temp file as you have mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;If the answer has helped you, could you please mark the topic as closed? Kudos are also welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 10:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251959#M35750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T10:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Two Linked tHashedOutput Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251960#M35751</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;.. saw your comment only after posting the reply.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 10:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251960#M35751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T10:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Two Linked tHashedOutput Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251961#M35752</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;no problem. I often start writing a reply and find I've said the same thing as someone who hit "Post" just before I did &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 11:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251961#M35752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T11:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Two Linked tHashedOutput Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251962#M35753</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;... Cheers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 13:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251962#M35753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Two Linked tHashedOutput Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251963#M35754</link>
      <description>I tried initializing another tHashedOutput that is also linked to the tHashedInput but that didn't work, so I went with the delimited file.</description>
      <pubDate>Thu, 11 Oct 2018 09:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251963#M35754</guid>
      <dc:creator>PhilHibbs</dc:creator>
      <dc:date>2018-10-11T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Two Linked tHashedOutput Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251964#M35755</link>
      <description>&lt;P&gt;If you initialise a tHashOutput (lets call it tHashOutput_1) at the beginning of your job then link your other tHashOutput (tHashOutput_2) to that one (in that direction), then read from tHashOutput_1 when connecting your tHashInput, it definitely works. I use this all the time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 09:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Two-Linked-tHashedOutput-Components/m-p/2251964#M35755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-11T09:58:16Z</dc:date>
    </item>
  </channel>
</rss>

