<?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 &amp;quot;Can't find any data with JSONPath&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240412#M27914</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to use JSONPath with loop&lt;BR /&gt;&lt;A href="https://goessner.net/articles/JsonPath/" target="_self" rel="nofollow noopener noreferrer"&gt;https://goessner.net/articles/JsonPath/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 01:14:57 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2020-06-30T01:14:57Z</dc:date>
    <item>
      <title>tFileInputJSON "Can't find any data with JSONPath"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240410#M27912</link>
      <description>&lt;P&gt;I've searched other issues similar to this one, but I have not found a solution that solves the issue I am facing at the moment.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My job writes out data in JSON format to a file via a tFileOutputJSON component.&amp;nbsp; It then open the file using a tFileInputJSON to read the data out of the file.&amp;nbsp; Both components use the same schema.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The job looks like this:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TalendJob.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaYa.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145646i42063A831B9DB866/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaYa.png" alt="0683p000009MaYa.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The output of the tFileOutputJSON_1 looks like this:&lt;/P&gt; 
&lt;PRE&gt;{
	"data": [
		{
			"RowId": "0",
			"WorksheetIndex": 16,
			"Value": "504353",
			"SheetColumn": "A",
			"SubjectId": 0,
			"WorksheetName": "LookUps"
		},
		{
			"RowId": "0",
			"WorksheetIndex": 16,
			"Value": "Tolle, Sebastian",
			"SheetColumn": "B",
			"SubjectId": 0,
			"WorksheetName": "LookUps"
		},
		{
			"RowId": "0",
			"WorksheetIndex": 16,
			"Value": null,
			"SheetColumn": "CI",
			"SubjectId": 0,
			"WorksheetName": "LookUps"
		},
		{
			"RowId": "0",
			"WorksheetIndex": 16,
			"Value": null,
			"SheetColumn": "CJ",
			"SubjectId": 0,
			"WorksheetName": "LookUps"
		}
	]
}&lt;/PRE&gt; 
&lt;P&gt;The mapping for tFileInputJSON_1 looks like this:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FileInputJSONMapping.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaYf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155479i11B438FC3E029CAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaYf.png" alt="0683p000009MaYf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And the resulting output from running the job ends with this error:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JobRunOutput.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaXJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143025iF06344BB3AA65314/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaXJ.png" alt="0683p000009MaXJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I appreciate any and all help I can get on this.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 16:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240410#M27912</guid>
      <dc:creator>ecurren-lmi</dc:creator>
      <dc:date>2020-06-29T16:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON "Can't find any data with JSONPath"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240411#M27913</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to use JSONPath with loop&lt;BR /&gt;&lt;A href="https://goessner.net/articles/JsonPath/" target="_self" rel="nofollow noopener noreferrer"&gt;https://goessner.net/articles/JsonPath/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 01:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240411#M27913</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2020-06-30T01:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON "Can't find any data with JSONPath"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240412#M27914</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to use JSONPath with loop&lt;BR /&gt;&lt;A href="https://goessner.net/articles/JsonPath/" target="_self" rel="nofollow noopener noreferrer"&gt;https://goessner.net/articles/JsonPath/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 01:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240412#M27914</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2020-06-30T01:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON "Can't find any data with JSONPath"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240413#M27915</link>
      <description>&lt;P&gt;Thanks very much vapukov.&amp;nbsp; I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 15:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240413#M27915</guid>
      <dc:creator>ecurren-lmi</dc:creator>
      <dc:date>2020-06-30T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON "Can't find any data with JSONPath"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240414#M27916</link>
      <description>&lt;P&gt;Thanks very much vapukov.&amp;nbsp; I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 15:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-quot-Can-t-find-any-data-with-JSONPath-quot/m-p/2240414#M27916</guid>
      <dc:creator>ecurren-lmi</dc:creator>
      <dc:date>2020-06-30T15:48:28Z</dc:date>
    </item>
  </channel>
</rss>

