<?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: Can't connect tFileOutputDelimited component to tFuzzySearch Component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228651#M19845</link>
    <description>&lt;P&gt;this is not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need change your design for 2 separate subjobs&amp;nbsp;connected by OnSubJobOk trigger&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first - store data into 2 tFileOutput component&lt;/P&gt;
&lt;P&gt;second use 2 tFileInput delimiter and do additional steps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with not a big files you can use tHash components for store data in memory instead of using files, but tFileOutput/tFileInput more flexible solution&lt;/P&gt;</description>
    <pubDate>Fri, 28 Sep 2018 23:09:28 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2018-09-28T23:09:28Z</dc:date>
    <item>
      <title>Can't connect tFileOutputDelimited component to tFuzzySearch Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228649#M19843</link>
      <description>&lt;P&gt;I have two tFileOutputDelimited components and I am trying to connect them to a tFuzzyMatch&amp;nbsp;component.&amp;nbsp; I can connect the one fine, but the other refuses to connect for some reason.&amp;nbsp; If I reverse it and connect the other tFileDelimited component first, it connects, but then the other component won't connect.&amp;nbsp; Here is a screenshot:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The red line is what I am trying to connect" style="width: 828px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M03d.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158047i1034ABE8A80429A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M03d.png" alt="0683p000009M03d.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The red line is what I am trying to connect&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I am trying to connect the red line I have drawn in, but it won't "drop" onto the tFuzzySeach component.&amp;nbsp; Any idea why?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 21:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228649#M19843</guid>
      <dc:creator>kdv</dc:creator>
      <dc:date>2018-09-28T21:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can't connect tFileOutputDelimited component to tFuzzySearch Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228650#M19844</link>
      <description>&lt;P&gt;You&amp;nbsp;are not be able to do it as creates a closed loop.&lt;/P&gt;&lt;P&gt;Possible solution is to create a new sub-job and use these files in tfileinputDelimited Component and then pass to tfuzzyMatch component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Apoorv Jain&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 23:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228650#M19844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T23:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't connect tFileOutputDelimited component to tFuzzySearch Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228651#M19845</link>
      <description>&lt;P&gt;this is not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need change your design for 2 separate subjobs&amp;nbsp;connected by OnSubJobOk trigger&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first - store data into 2 tFileOutput component&lt;/P&gt;
&lt;P&gt;second use 2 tFileInput delimiter and do additional steps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with not a big files you can use tHash components for store data in memory instead of using files, but tFileOutput/tFileInput more flexible solution&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 23:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228651#M19845</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-09-28T23:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can't connect tFileOutputDelimited component to tFuzzySearch Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228652#M19846</link>
      <description>Thank you both for your responses. Clear and understood. I did what you suggested and I'm back to the races</description>
      <pubDate>Sat, 29 Sep 2018 06:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228652#M19846</guid>
      <dc:creator>kdv</dc:creator>
      <dc:date>2018-09-29T06:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can't connect tFileOutputDelimited component to tFuzzySearch Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228653#M19847</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here is a KB article about:&lt;A title="https://community.talend.com/t5/Design-and-Development/Can-I-create-a-Job-with-multiple-paths-from-a-single-source-to/ta-p/21653" href="https://community.qlik.com/s/article/ka03p0000006EZYAA2" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/Can-I-create-a-Job-with-multiple-paths-from-a-single-source-to/ta-p/21653&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 07:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-connect-tFileOutputDelimited-component-to-tFuzzySearch/m-p/2228653#M19847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-29T07:57:31Z</dc:date>
    </item>
  </channel>
</rss>

