<?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 Multi Level Json in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multi-Level-Json/m-p/2374302#M136920</link>
    <description>&lt;P&gt;I have a JSON object with following structure (sample). As far as I can see, there are three levels...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Parent&lt;UL&gt;&lt;LI&gt;Child&lt;UL&gt;&lt;LI&gt;Grand-Child&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What will be the best way to consume this and maintain a parent-child-grand-child relationship in a table? I am not able to see good documentation on tExtractJSONFields/ tFileInputJson.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "categories": [{
        "id": "P1",
        "name": "P1",
        "path": "P1",
        "children": [{
            "id": "P1_C1",
            "name": "P1_C1",
            "path": "P1_C1",
            "children": [{
                "id": "P1_C1_xC1",
                "name": "P1_C1_xC1",
                "path": "P1_C1_xC1"
            }, {
                "id": "P1_C1_xC2",
                "name": "P1_C1_xC2",
                "path": "P1_C1_xC2"
            }]
        }]
	}]
}	&lt;/PRE&gt;</description>
    <pubDate>Wed, 18 Apr 2018 20:21:29 GMT</pubDate>
    <dc:creator>root</dc:creator>
    <dc:date>2018-04-18T20:21:29Z</dc:date>
    <item>
      <title>Multi Level Json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multi-Level-Json/m-p/2374302#M136920</link>
      <description>&lt;P&gt;I have a JSON object with following structure (sample). As far as I can see, there are three levels...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Parent&lt;UL&gt;&lt;LI&gt;Child&lt;UL&gt;&lt;LI&gt;Grand-Child&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What will be the best way to consume this and maintain a parent-child-grand-child relationship in a table? I am not able to see good documentation on tExtractJSONFields/ tFileInputJson.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "categories": [{
        "id": "P1",
        "name": "P1",
        "path": "P1",
        "children": [{
            "id": "P1_C1",
            "name": "P1_C1",
            "path": "P1_C1",
            "children": [{
                "id": "P1_C1_xC1",
                "name": "P1_C1_xC1",
                "path": "P1_C1_xC1"
            }, {
                "id": "P1_C1_xC2",
                "name": "P1_C1_xC2",
                "path": "P1_C1_xC2"
            }]
        }]
	}]
}	&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Apr 2018 20:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multi-Level-Json/m-p/2374302#M136920</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2018-04-18T20:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multi Level Json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multi-Level-Json/m-p/2374303#M136921</link>
      <description>Hi 
&lt;BR /&gt;Using 'Xpath' model and set the xpath loop expression to: 
&lt;BR /&gt;/categories/children/children 
&lt;BR /&gt;You should be able to read parent-child-grand-child data. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 24 Apr 2018 09:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multi-Level-Json/m-p/2374303#M136921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-24T09:30:51Z</dc:date>
    </item>
  </channel>
</rss>

