<?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 Path in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-Path/m-p/2527454#M147898</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/281764"&gt;@Tim_Ouimet&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You need to set the tExtractJSonFields as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_1-1755276199245.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182886i0FEB2B6FD6773813/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_1-1755276199245.png" alt="Dave_Simo_1-1755276199245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_2-1755276218176.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182887i62C09FDB711367FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_2-1755276218176.png" alt="Dave_Simo_2-1755276218176.png" /&gt;&lt;/span&gt;&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="Dave_Simo_0-1755276150813.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182885i77A2F7C17F8677EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_0-1755276150813.png" alt="Dave_Simo_0-1755276150813.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Aug 2025 16:44:08 GMT</pubDate>
    <dc:creator>Dave_Simo</dc:creator>
    <dc:date>2025-08-15T16:44:08Z</dc:date>
    <item>
      <title>tFileInputJSON Path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-Path/m-p/2527442#M147896</link>
      <description>&lt;P&gt;I have the following JSON data being loaded in - and I'm trying to figure out why I'm getting nulls for the "parent" ID field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"ticket_field": {&lt;BR /&gt;"url": "&lt;A href="https://thefullurlhere.169074.json" target="_blank"&gt;https://thefullurlhere.169074.json&lt;/A&gt;",&lt;BR /&gt;"id": 360018169074,&lt;BR /&gt;"type": "tagger",&lt;BR /&gt;"title": "Category",&lt;BR /&gt;"created_at": "2019-04-17T19:48:20Z",&lt;BR /&gt;"updated_at": "2024-10-10T13:13:22Z",&lt;BR /&gt;"removable": true,&lt;BR /&gt;"key": null,&lt;BR /&gt;"agent_description": null,&lt;BR /&gt;"custom_field_options": [&lt;BR /&gt;{&lt;BR /&gt;"id": 360021686734,&lt;BR /&gt;"name": "Zero Service ",&lt;BR /&gt;"raw_name": "Zero Service Complaint",&lt;BR /&gt;"value": "zero_service_complaint",&lt;BR /&gt;"default": false&lt;BR /&gt;},{&lt;BR /&gt;"id": 360021686735,&lt;BR /&gt;"name": "Zero Service",&lt;BR /&gt;"raw_name": "Zero Service",&lt;BR /&gt;"value": "zero_service",&lt;BR /&gt;"default": false&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;My desired output is to have 5 columns.&lt;/P&gt;&lt;P&gt;Parent ID, ID, name, value and default.&lt;/P&gt;&lt;P&gt;I have tried a few iterations of JsonPath 2.x, JsonPath without Loop.&lt;/P&gt;&lt;P&gt;Looping on "$" - with&amp;nbsp;"$.['ticket_field'].id" I only get the value once, and the children in an array.&lt;/P&gt;&lt;P&gt;Without Loop - I only get the parent value once - and then the rows for all the other items as expected.&lt;/P&gt;&lt;P&gt;What would you do here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 15:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-Path/m-p/2527442#M147896</guid>
      <dc:creator>Tim_Ouimet</dc:creator>
      <dc:date>2025-08-15T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON Path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-Path/m-p/2527454#M147898</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/281764"&gt;@Tim_Ouimet&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You need to set the tExtractJSonFields as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_1-1755276199245.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182886i0FEB2B6FD6773813/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_1-1755276199245.png" alt="Dave_Simo_1-1755276199245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_2-1755276218176.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182887i62C09FDB711367FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_2-1755276218176.png" alt="Dave_Simo_2-1755276218176.png" /&gt;&lt;/span&gt;&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="Dave_Simo_0-1755276150813.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182885i77A2F7C17F8677EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_0-1755276150813.png" alt="Dave_Simo_0-1755276150813.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 16:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-Path/m-p/2527454#M147898</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-08-15T16:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputJSON Path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-Path/m-p/2527455#M147899</link>
      <description>&lt;P&gt;Merci beaucoup!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 16:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputJSON-Path/m-p/2527455#M147899</guid>
      <dc:creator>Tim_Ouimet</dc:creator>
      <dc:date>2025-08-15T16:50:14Z</dc:date>
    </item>
  </channel>
</rss>

