<?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: Json path and Metadata issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Json-path-and-Metadata-issue/m-p/2281756#M56187</link>
    <description>&lt;P&gt;just use XPath, it work well&lt;/P&gt;</description>
    <pubDate>Thu, 25 Apr 2019 15:23:03 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2019-04-25T15:23:03Z</dc:date>
    <item>
      <title>Json path and Metadata issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Json-path-and-Metadata-issue/m-p/2281753#M56184</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;I'm trying to create Json metadata file using the option under "Metadata&amp;gt;File Json" in talend. The file works perfectly if i choose "Xpath". But if I choose "JSON Path", I'm not able to retrieve the first 4 columns (user_id, user_name, friend_name, friend_id), I think there is something wrong with the way I specify the "Relative or absolute path expression". Can someone shed some light on it?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;JSON Metadata&amp;nbsp;&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="JSON.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4kz.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140718i2CC73DCB5CA3C876/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4kz.jpg" alt="0683p000009M4kz.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Json file&lt;/P&gt; 
&lt;PRE&gt;{"user": {
    "id": "9999912398",
    "name": "Kelly Clarkson",
    "friends": [
        {
            "name": "Tom Cruise",
            "id": "55555555555555",
            "likes": {"data": [
                {
                    "category": "Movie",
                    "name": "The Shawshank Redemption",
                    "id": "103636093053996",
                    "created_time": "2012-11-20T15:52:07+0000"
                },
                {
                    "category": "Community",
                    "name": "Positiveretribution",
                    "id": "471389562899413",
                    "created_time": "2012-12-16T21:13:26+0000"
                }
            ]}
        },
        {
            "name": "Tom Hanks",
            "id": "88888888888888",
            "likes": {"data": [
                {
                    "category": "Journalist",
                    "name": "Janelle Wang",
                    "id": "136009823148851",
                    "created_time": "2013-01-01T08:22:17+0000"
                },
                {
                    "category": "Tv show",
                    "name": "Now With Alex Wagner",
                    "id": "305948749433410",
                    "created_time": "2012-11-20T06:14:10+0000"
                }
            ]}
        }
    ]
}}&lt;/PRE&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;MJ&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Json-path-and-Metadata-issue/m-p/2281753#M56184</guid>
      <dc:creator>borrisbeck</dc:creator>
      <dc:date>2024-11-16T06:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Json path and Metadata issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Json-path-and-Metadata-issue/m-p/2281754#M56185</link>
      <description>&lt;P&gt;it is true - JSON PATH does not support parent operators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;old, but still good article:&lt;/P&gt;&lt;P&gt;&lt;A href="https://goessner.net/articles/JsonPath/" target="_self" rel="nofollow noopener noreferrer"&gt;https://goessner.net/articles/JsonPath/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 14:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Json-path-and-Metadata-issue/m-p/2281754#M56185</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-25T14:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Json path and Metadata issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Json-path-and-Metadata-issue/m-p/2281755#M56186</link>
      <description>Yeah, I read that article before posting and even used the examples in constructing the metadata, but i'm still failing to understand how to retrieve those columns.</description>
      <pubDate>Thu, 25 Apr 2019 15:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Json-path-and-Metadata-issue/m-p/2281755#M56186</guid>
      <dc:creator>borrisbeck</dc:creator>
      <dc:date>2019-04-25T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Json path and Metadata issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Json-path-and-Metadata-issue/m-p/2281756#M56187</link>
      <description>&lt;P&gt;just use XPath, it work well&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 15:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Json-path-and-Metadata-issue/m-p/2281756#M56187</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-25T15:23:03Z</dc:date>
    </item>
  </channel>
</rss>

