<?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: JSON - Need help getting more than 1 row of data out in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330740#M99791</link>
    <description>&lt;P&gt;Thanks! I hadn't messed with JSON much before yesterday.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Apr 2018 19:58:50 GMT</pubDate>
    <dc:creator>talendtester</dc:creator>
    <dc:date>2018-04-13T19:58:50Z</dc:date>
    <item>
      <title>JSON - Need help getting more than 1 row of data out</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330732#M99783</link>
      <description>&lt;P&gt;My job looks like:&lt;/P&gt; 
  &lt;P&gt;&lt;STRONG&gt;tFileInputJSON &amp;gt; tFileOutputDelimited&lt;/STRONG&gt;&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;I can get all the data for all the fields from the first JSON object fine, but I &lt;STRONG&gt;can't seem to make it loop through all the objects&lt;/STRONG&gt; in the JSON file to get more than a single row of output.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;I am trying to get all the data out for the &lt;STRONG&gt;device&lt;/STRONG&gt;. In the fFileInputJSON, the Loop Json query is "&lt;STRONG&gt;$.device&lt;/STRONG&gt;"&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;STRONG&gt;Here is a sample from the file:&lt;/STRONG&gt;&lt;/P&gt; 
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mcy7"&gt;here&lt;/A&gt;</description>
      <pubDate>Fri, 13 Apr 2018 01:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330732#M99783</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2018-04-13T01:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: JSON - Need help getting more than 1 row of data out</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330733#M99784</link>
      <description>Hi
&lt;BR /&gt;The sample file is unreadable, it looks like two json strings in the file, are you able to create a metadata for this file?
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 13 Apr 2018 03:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330733#M99784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-13T03:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: JSON - Need help getting more than 1 row of data out</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330734#M99785</link>
      <description>&lt;P&gt;Yes, I was only able to paste in 2 JSON strings because of the 20K character limit on the the Talend forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I think this is a good reduced version which can be used for troubleshooting:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{"guid":"stuff1","schemaRevision":1,"app":{"version":"123"},"user":[],"&lt;STRONG&gt;device&lt;/STRONG&gt;":{"androidApi":1,"fingerprint":"abc","brand":"MOTO","device":"phone1"}}&lt;BR /&gt;{"guid":"stuff2","schemaRevision":2,"app":{"version":"456"},"user":[],"&lt;STRONG&gt;device&lt;/STRONG&gt;":{"androidApi":2,"fingerprint":"def","brand":"HTC","device":"phone2"}}&lt;BR /&gt;{"guid":"stuff3","schemaRevision":3,"app":{"version":"789"},"user":[],"&lt;STRONG&gt;device&lt;/STRONG&gt;":{"androidApi":3,"fingerprint":"ghi","brand":"LG","device":"phone3"}}&lt;BR /&gt;{"guid":"stuff4","schemaRevision":4,"app":{"version":"1011"},"user":[],"&lt;STRONG&gt;device&lt;/STRONG&gt;":{"androidApi":4,"fingerprint":"jkl","brand":"SAM","device":"phone4"}}&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 16:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330734#M99785</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2018-04-13T16:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: JSON - Need help getting more than 1 row of data out</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330735#M99786</link>
      <description>&lt;P&gt;Can you please provide expected output?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 17:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330735#M99786</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-13T17:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: JSON - Need help getting more than 1 row of data out</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330736#M99787</link>
      <description>&lt;P&gt;&lt;SPAN&gt;1,abc,MOTO,phone1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2,&lt;/SPAN&gt;&lt;SPAN&gt;def,HTC,phone2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3,&lt;/SPAN&gt;&lt;SPAN&gt;ghi,LG,phone3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4,jkl,SAM,phone4&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 18:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330736#M99787</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2018-04-13T18:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: JSON - Need help getting more than 1 row of data out</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330737#M99788</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Please find the job below to read json file and derive device details.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jSonDevice.PNG" style="width: 763px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwkv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152290iF4469A60FCAFAAF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwkv.png" alt="0683p000009Lwkv.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 19:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330737#M99788</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-13T19:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: JSON - Need help getting more than 1 row of data out</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330738#M99789</link>
      <description>Please post a screenshot of the tExtractJSONFields component's component tab.</description>
      <pubDate>Fri, 13 Apr 2018 19:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330738#M99789</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2018-04-13T19:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: JSON - Need help getting more than 1 row of data out</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330739#M99790</link>
      <description>&lt;P&gt;Please find the screen shot below for jsonextract component.&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="jSonDevice1.PNG" style="width: 903px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwl0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138213i40233D45D5B09775/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwl0.png" alt="0683p000009Lwl0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 19:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330739#M99790</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-13T19:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: JSON - Need help getting more than 1 row of data out</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330740#M99791</link>
      <description>&lt;P&gt;Thanks! I hadn't messed with JSON much before yesterday.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 19:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Need-help-getting-more-than-1-row-of-data-out/m-p/2330740#M99791</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2018-04-13T19:58:50Z</dc:date>
    </item>
  </channel>
</rss>

