<?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: Extract Nodes Json File in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extract-Nodes-Json-File/m-p/2285053#M58675</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;For nested JSON files loop&amp;nbsp;JSON Query should be "$.[*]" and Mapping columns should have "node name" as json query .&lt;/P&gt; 
&lt;P&gt;Please make changes to&amp;nbsp;Mapping columns and Loop JSON Query in tFileInputJSON as mentioned in image. It worked for sample file provided.&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-center" image-alt="design.PNG" style="width: 597px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4sd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145320i4E47F1BC96F60D0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4sd.png" alt="0683p000009M4sd.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Vinesh&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, 27 Apr 2019 17:04:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-27T17:04:46Z</dc:date>
    <item>
      <title>Extract Nodes Json File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-Nodes-Json-File/m-p/2285052#M58674</link>
      <description>&lt;P&gt;hi,&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt; I'm trying to extract the nodes from a Json file to be able to insert them into a database, but I'm only getting error from Talend.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;The json file is follow:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;DIV&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen0.png" style="width: 791px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4sO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143320i124A85FFA3C35C2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4sO.png" alt="0683p000009M4sO.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;At the simple action for test in LogRow &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen1.png" style="width: 522px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4sT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130658i2B89EACD918A19F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4sT.png" alt="0683p000009M4sT.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen2.png" style="width: 867px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141684i420874E17D513D0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4p6.png" alt="0683p000009M4p6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen3.png" style="width: 758px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4nj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138389i295D3532755985B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4nj.png" alt="0683p000009M4nj.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;DIV class="text-wrap tlid-copy-target"&gt; 
 &lt;DIV class="result-shield-container tlid-copy-target"&gt; 
  &lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Thank you for your answers.&lt;/SPAN&gt;&lt;/SPAN&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Sat, 27 Apr 2019 13:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-Nodes-Json-File/m-p/2285052#M58674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-27T13:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Nodes Json File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-Nodes-Json-File/m-p/2285053#M58675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;For nested JSON files loop&amp;nbsp;JSON Query should be "$.[*]" and Mapping columns should have "node name" as json query .&lt;/P&gt; 
&lt;P&gt;Please make changes to&amp;nbsp;Mapping columns and Loop JSON Query in tFileInputJSON as mentioned in image. It worked for sample file provided.&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-center" image-alt="design.PNG" style="width: 597px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4sd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145320i4E47F1BC96F60D0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4sd.png" alt="0683p000009M4sd.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Vinesh&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, 27 Apr 2019 17:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-Nodes-Json-File/m-p/2285053#M58675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-27T17:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Nodes Json File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-Nodes-Json-File/m-p/2285054#M58676</link>
      <description>&lt;P&gt;Perfect! thanks for this solution in my case have problem with java installation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now correct run, and I apply your implementation and the result is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 20:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-Nodes-Json-File/m-p/2285054#M58676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-29T20:37:27Z</dc:date>
    </item>
  </channel>
</rss>

