<?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: Error in a tFileInputJSON component? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336384#M104833</link>
    <description>ok, thanks for the reply.&lt;BR /&gt;Regards!</description>
    <pubDate>Tue, 21 Feb 2012 09:50:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-21T09:50:13Z</dc:date>
    <item>
      <title>Error in a tFileInputJSON component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336380#M104829</link>
      <description>Hi,
&lt;BR /&gt;When to copy the data from tFileInputJSON to a tFileOutputExcel and there is no some item in the json file, the data from a column move up.
&lt;BR /&gt;I access as follows: "$.elements.name" and "$.elements.description"
&lt;BR /&gt;&amp;gt;JSON data:
&lt;BR /&gt;{"source": "books", "elements": , }
&lt;BR /&gt;&amp;gt;OutpuExcel:
&lt;BR /&gt;name description
&lt;BR /&gt;book1 desc1
&lt;BR /&gt;book2 desc2
&lt;BR /&gt;book3 desc4
&lt;BR /&gt;book4
&lt;BR /&gt;&amp;gt;Expected output:
&lt;BR /&gt;name description
&lt;BR /&gt;book1 desc1
&lt;BR /&gt;book2 desc2
&lt;BR /&gt;book3 
&lt;BR /&gt;book4 desc4
&lt;BR /&gt;Whats's wrong?
&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 12:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336380#M104829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in a tFileInputJSON component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336381#M104830</link>
      <description>Hi&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;I reproduced this issue and got the same result. Besides, I got this.&lt;BR /&gt;&lt;PRE&gt;The Json resource datas maybe have some problems, please make sure the data structure with the same fields.&lt;/PRE&gt;&lt;BR /&gt;When I correct the JSON file as follow, I can get expected output.&lt;BR /&gt;&lt;PRE&gt;{"name": "book3", "description": "" }&lt;/PRE&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 21 Feb 2012 09:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336381#M104830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-21T09:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in a tFileInputJSON component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336382#M104831</link>
      <description>I understand, the source is not correctly formed, unfortunately json source is external to me.
&lt;BR /&gt;However, it is possible that in the short term the tFileInputJSON component can be manage this error?
&lt;BR /&gt;Thanks!!</description>
      <pubDate>Tue, 21 Feb 2012 09:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336382#M104831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-21T09:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error in a tFileInputJSON component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336383#M104832</link>
      <description>Hi&lt;BR /&gt;The answer is no. You have to get correct JSON file.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 21 Feb 2012 09:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336383#M104832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-21T09:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in a tFileInputJSON component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336384#M104833</link>
      <description>ok, thanks for the reply.&lt;BR /&gt;Regards!</description>
      <pubDate>Tue, 21 Feb 2012 09:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336384#M104833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-21T09:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error in a tFileInputJSON component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336385#M104834</link>
      <description>Hello Guys,&lt;BR /&gt;I am facing the same problem where the result of the tFilJSONInput component is not as per expectations.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;{&lt;BR /&gt;  "source": "books", &lt;BR /&gt;  "elements": &lt;BR /&gt;                   ,&lt;BR /&gt;}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I am using following JSON Query for&lt;BR /&gt;&lt;B&gt; Name = &lt;/B&gt; "$.elements.name" &lt;BR /&gt;&lt;B&gt; Description = &lt;/B&gt; "$.elements.description"&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;Result &lt;/B&gt;&lt;BR /&gt;name   description&lt;BR /&gt;book1  desc1&lt;BR /&gt;book2  desc2&lt;BR /&gt;book3  desc4&lt;BR /&gt;book4 &lt;BR /&gt;&lt;B&gt;Expectation OR Correct result &lt;/B&gt;&lt;BR /&gt;name   description&lt;BR /&gt;book1  desc1&lt;BR /&gt;book2  desc2&lt;BR /&gt;book3  &lt;BR /&gt;book4  desc4&lt;BR /&gt;Is this a Talend Bug? or Is there any other way to achieve the required output? Please help.</description>
      <pubDate>Wed, 15 May 2013 07:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-a-tFileInputJSON-component/m-p/2336385#M104834</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-05-15T07:11:15Z</dc:date>
    </item>
  </channel>
</rss>

