<?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: Help on JSON file extra , doesn't fetch all rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287076#M60698</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Json mentioned in image is not in right format. It should be something like [{“id”:34,”name”:”abc”,”location”:00743},{“id”:3,”name”:”EFG”,”location”:08865}] to iterate, extract both and load into CSV.&lt;BR /&gt;&lt;BR /&gt;Please let me know if you need any other information.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vinesh</description>
    <pubDate>Tue, 30 Apr 2019 22:23:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-30T22:23:12Z</dc:date>
    <item>
      <title>Help on JSON file extra , doesn't fetch all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287072#M60694</link>
      <description>&lt;P&gt;I have json file as below, Need help to read below data and load into CSV file,it doesn't fetch all the columns but only the first row&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tfileinputJson component i used&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="screenshot.png" style="width: 489px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/18551i41F65838E04A281E/image-dimensions/489x180?v=1.0" width="489" height="180" title="screenshot.png" alt="screenshot.png" /&gt;&lt;/SPAN&gt;'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287072#M60694</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2024-11-16T05:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help on JSON file extra , doesn't fetch all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287073#M60695</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any specific logic for extra columns in target table? If yes you can implement that logic in tmap and connec new attributes to target.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 20:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287073#M60695</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2019-04-30T20:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help on JSON file extra , doesn't fetch all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287074#M60696</link>
      <description>&lt;P&gt;issue is when read json file its not fetching all rows , except first one&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 20:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287074#M60696</guid>
      <dc:creator>Karuetl</dc:creator>
      <dc:date>2019-04-30T20:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help on JSON file extra , doesn't fetch all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287075#M60697</link>
      <description>&lt;P&gt;That means you are using incorrect json structure or while importing json defined it as wrongly.&lt;/P&gt;&lt;P&gt;If possible can you please share complete json structure you are using as source?&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;</description>
      <pubDate>Tue, 30 Apr 2019 21:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287075#M60697</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2019-04-30T21:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help on JSON file extra , doesn't fetch all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287076#M60698</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Json mentioned in image is not in right format. It should be something like [{“id”:34,”name”:”abc”,”location”:00743},{“id”:3,”name”:”EFG”,”location”:08865}] to iterate, extract both and load into CSV.&lt;BR /&gt;&lt;BR /&gt;Please let me know if you need any other information.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vinesh</description>
      <pubDate>Tue, 30 Apr 2019 22:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287076#M60698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-30T22:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help on JSON file extra , doesn't fetch all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287077#M60699</link>
      <description>&lt;P&gt;Please show us the details of your Loop Json query and Json mappings from your tfileinputjson in a screenshot or text.&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 05:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-JSON-file-extra-doesn-t-fetch-all-rows/m-p/2287077#M60699</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-05-04T05:50:03Z</dc:date>
    </item>
  </channel>
</rss>

