<?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: How to join data from multiple tExtractJson ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351038#M117769</link>
    <description>&lt;P&gt;I should have be more clear.&amp;nbsp; &amp;nbsp;What I want to do is not to union the data.&amp;nbsp; I wanted to do a left join from tExtractJson1 to tExtractJson2 on the id field.&amp;nbsp; &amp;nbsp;Is there any way ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using tMap to join but it doesn't allow because tExtractJson is not an input source.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 21:41:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-08T21:41:17Z</dc:date>
    <item>
      <title>How to join data from multiple tExtractJson ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351036#M117767</link>
      <description>&lt;P&gt;I have 2 tExtractJson and want to join both result set together before importing into a database.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp;this method:&lt;/P&gt;&lt;P&gt;tExtractJson1&amp;nbsp; &amp;nbsp;_____&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tMap&amp;nbsp; (&amp;nbsp; trying to join both tExtractJson output )&lt;/P&gt;&lt;P&gt;tExtractJson2&amp;nbsp; &amp;nbsp;--------&amp;gt;&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it doesn't allow becasue tExtractJson is not an input datasource.&amp;nbsp; Any suggestion/workaround ?&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351036#M117767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data from multiple tExtractJson ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351037#M117768</link>
      <description>Have look to tUnite if both tExtractJSONFields have the same schema.&lt;BR /&gt;If they don't, rearrange them using tMap or tFilterColumn.</description>
      <pubDate>Thu, 08 Feb 2018 20:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351037#M117768</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-08T20:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data from multiple tExtractJson ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351038#M117769</link>
      <description>&lt;P&gt;I should have be more clear.&amp;nbsp; &amp;nbsp;What I want to do is not to union the data.&amp;nbsp; I wanted to do a left join from tExtractJson1 to tExtractJson2 on the id field.&amp;nbsp; &amp;nbsp;Is there any way ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using tMap to join but it doesn't allow because tExtractJson is not an input source.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 21:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351038#M117769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-08T21:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data from multiple tExtractJson ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351039#M117770</link>
      <description>Are you speaking about tExtractJSONFields?&lt;BR /&gt;Can you share your job design?</description>
      <pubDate>Thu, 08 Feb 2018 21:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351039#M117770</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-08T21:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data from multiple tExtractJson ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351040#M117771</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; I am trying to do something like that setting multiple tExtractJsonFields as an input to tMap so I can do a left join from 1sr tExtractJsonFields to the 2nd tExtractJsonFields.&amp;nbsp; &amp;nbsp; Is there a workaround ?&amp;nbsp; Thanks.&lt;/P&gt; 
&lt;P&gt;&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.JPG" style="width: 509px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsXi.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133294i32003136848E055E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsXi.jpg" alt="0683p000009LsXi.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls8Z"&gt;Capture.JPG&lt;/A&gt;</description>
      <pubDate>Thu, 08 Feb 2018 22:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351040#M117771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-08T22:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data from multiple tExtractJson ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351041#M117772</link>
      <description>It seems both tExtractJSONFields are issued from the same input (tXMLMap?)&lt;BR /&gt;If so, you cannot join them in the same subjob where they have been created.&lt;BR /&gt;Store the result of each in a dedicated tHashOutput then on the next subjob get the rows from the corresponding tHashInput and make join in a tMap.</description>
      <pubDate>Thu, 08 Feb 2018 22:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351041#M117772</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-08T22:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data from multiple tExtractJson ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351042#M117773</link>
      <description>This topic may also help 
&lt;A href="https://community.qlik.com/s/feed/0D73p000004kCDkCAM#M8939" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Multiple-input-links-merged/m-p/34854#M8939&lt;/A&gt;</description>
      <pubDate>Thu, 08 Feb 2018 22:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351042#M117773</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-02-08T22:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data from multiple tExtractJson ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351043#M117774</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt; wrote: 
 &lt;BR /&gt;It seems both tExtractJSONFields are issued from the same input (tXMLMap?) 
 &lt;BR /&gt;If so, you cannot join them in the same subjob where they have been created. 
 &lt;BR /&gt;Store the result of each in a dedicated tHashOutput then on the next subjob get the rows from the corresponding tHashInput and make join in a tMap. 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;as variant also - store to csv for avoid "out of memory" problems with huge&amp;nbsp;json&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351043#M117774</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-09T00:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to join data from multiple tExtractJson ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351044#M117775</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried using tHashOut / tHashInput, but somehow still wouldn't allow me to connect, so I used the file method.&amp;nbsp; If I have to export a HUGE file and then read the file right after,&amp;nbsp; will the "SubJobOK"&amp;nbsp;step make sure that the file is "done" exporting before the process reads it ?&amp;nbsp; &amp;nbsp;Below is a sample design, please feel free to comment if there is a better way of doing things.&amp;nbsp; Thanks.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&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.JPG" style="width: 689px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls6O.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127883iEFE9143B3C56FB6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls6O.jpg" alt="0683p000009Ls6O.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 04:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-join-data-from-multiple-tExtractJson/m-p/2351044#M117775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-09T04:32:04Z</dc:date>
    </item>
  </channel>
</rss>

