<?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: tFileInputJSON only returns one row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370716#M133726</link>
    <description>Brilliant, Than you</description>
    <pubDate>Tue, 17 Apr 2018 15:37:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-17T15:37:48Z</dc:date>
    <item>
      <title>tFileInputJSON only returns one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370712#M133722</link>
      <description>&lt;P&gt;Hi I am very new to this component and having problems trying to parse some simple JSON.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My JSON file has sever thousand rows like this.&lt;/P&gt; 
&lt;P&gt;{"timestamp":"2018-04-12 06:05:07,242","level":"INFO","message":"Application syncronisation"}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have tried many combinations and the only settings that work are to use:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Read by JsonPath&lt;/P&gt; 
&lt;P&gt;Loop Json query "$"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and the json query in the mappings set to:&lt;/P&gt; 
&lt;P&gt;".timestamp"&lt;/P&gt; 
&lt;P&gt;".level"&lt;/P&gt; 
&lt;P&gt;".message"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This correctly retrieves the data but only the first row in the file?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Other changes cause an unable to parse error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What am I doing wrong?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370712#M133722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-16T09:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON only returns one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370713#M133723</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Is it possible to provide&amp;nbsp;more sample records and expected output?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 17:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370713#M133723</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-16T17:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON only returns one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370714#M133724</link>
      <description>&lt;P&gt;Hi Veeranjaneyulu&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;below is more rows from the log file, each row is a logging entry.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;{"timestamp":"2018-04-12 06:05:07,197","level":"INFO","message":"Application syncronisation "}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:07,197","level":"INFO","message":"Updating&amp;nbsp; sync information for ."}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:07,212","level":"INFO","message":"Team: 4810"}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:07,663","level":"ERROR","message":"There is no information"}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:07,666","level":"INFO","message":"Done"}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:07,666","level":"INFO","message":"Application syncronisation "}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:07,666","level":"INFO","message":"Updating sync information "}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:07,670","level":"INFO","message":"Team: 4810"}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:08,512","level":"INFO","message":"Posting&amp;nbsp; item to store"}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:09,930","level":"INFO","message":"Done"}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:09,930","level":"INFO","message":"Application syncronisation "}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:09,930","level":"INFO","message":"Updating sync information for ."}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:09,934","level":"INFO","message":"Team: 4810"}&lt;BR /&gt;{"timestamp":"2018-04-12 06:05:10,021","level":"INFO","message":"Done"}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to extract the start and end timestamps of a pair of log entries so I can assess the processing time of a job at different times of the day.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The files had in excess of 10,000 rows but only the first row is processed. The last image is where I dumped the output to a tLogRow.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I would expect to see around 5,000 rows of data in the file with the start and end times and the log message.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Many thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Dave&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="One.jpg" style="width: 691px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwmS.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148143i5CBDC76C20307333/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwmS.jpg" alt="0683p000009LwmS.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="two.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwmc.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133050i67E962CAC23D0B02/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwmc.jpg" alt="0683p000009Lwmc.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="three.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwmm.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128488i5F77101026E5572F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwmm.jpg" alt="0683p000009Lwmm.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="four.jpg" style="width: 767px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwhK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136662i3B54DE884F83DF12/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwhK.jpg" alt="0683p000009LwhK.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370714#M133724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T07:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON only returns one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370715#M133725</link>
      <description>&lt;P&gt;Please try below&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="tTime1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwnG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144087i30773EF6A754D79E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwnG.png" alt="0683p000009LwnG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tTime2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwaE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154417i1B3DB70D4BBE30B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwaE.png" alt="0683p000009LwaE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 14:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370715#M133725</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-17T14:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON only returns one row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370716#M133726</link>
      <description>Brilliant, Than you</description>
      <pubDate>Tue, 17 Apr 2018 15:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-only-returns-one-row/m-p/2370716#M133726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T15:37:48Z</dc:date>
    </item>
  </channel>
</rss>

