<?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: Not able to parse JSON object in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206506#M897</link>
    <description>&lt;P&gt;First, extract the string of Value element, and then use another tExtractJasonFields to parse the string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Sep 2021 01:17:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-13T01:17:02Z</dc:date>
    <item>
      <title>Not able to parse JSON object</title>
      <link>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206503#M894</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Talend. Need help to parse below json object. I am not able to parse below JSON object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{"host":{"host":"MRK-SITE1_MX64","name":"MRK-SITE1_MX64"},"groups":["MRK/Discovered Hosts","MRK/SageNet Solutions Lab (SPOG)"],"applications":["MRK Raw Items"],"itemid":5000789,"name":"MRK Appliance Uplink statuses","clock":1615149688,"ns":7987118,"value":"[{\"networkId\":\"N_AP378907\",\"serial\":\"KPW-ABT-33456\",\"model\":\"BX98\",\"lastReportedAt\":\"2021-03-07T20:41:00Z\",\"uplinks\":[{\"interface\":\"Link1\",\"status\":\"active\",\"ip\":\"148.72.102.467\",\"gateway\":\"148.72.102.468\",\"publicIp\":\"148.72.102.467\",\"primaryDns\":\"8.8.8.8\",\"secondaryDns\":\"1.1.1.1\",\"ipAssignedBy\":\"static\"},{\"interface\":\"Link2\",\"status\":\"ready\",\"ip\":\"192.168.66.105\",\"gateway\":\"192.174.19.1\",\"publicIp\":\"166.166.86.193\",\"primaryDns\":\"192.174.19.6\",\"secondaryDns\":\"192.174.19.1\",\"ipAssignedBy\":\"dhcp\"}]}]","type":4}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206503#M894</guid>
      <dc:creator>Rama_Sunkara</dc:creator>
      <dc:date>2024-11-15T23:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to parse JSON object</title>
      <link>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206504#M895</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try to create a Json metadata and follows the wizards to extract the data you want. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000IdlYyAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154590iC18AD1B2D68F24C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000IdlYyAAJ.png" alt="0695b00000IdlYyAAJ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you have any troubles. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2021 00:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206504#M895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-11T00:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to parse JSON object</title>
      <link>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206505#M896</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;Able to parse elements host, host.name, groups, applications, itemid, name, clock, ns. Not able to parse child elements of value. Value is coming as single string. How can I parse child elements of &lt;B&gt;Value&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Value &lt;/B&gt;is containing "\" and double quotes ("/"")at starting and ending.&lt;/P&gt;&lt;P&gt;I need to parse sub elements of &lt;B&gt;value &lt;/B&gt;and I need to store in database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"value":&lt;B&gt;"&lt;/B&gt;[{\"networkId\":\"N_AP378907\",\"serial\":\"KPW-ABT-33456\",\"model\":\"BX98\",\"lastReportedAt\":\"2021-03-07T20:41:00Z\",\"uplinks\":[{\"interface\":\"Link1\",\"status\":\"active\",\"ip\":\"148.72.102.467\",\"gateway\":\"148.72.102.468\",\"publicIp\":\"148.72.102.467\",\"primaryDns\":\"8.8.8.8\",\"secondaryDns\":\"1.1.1.1\",\"ipAssignedBy\":\"static\"},{\"interface\":\"Link2\",\"status\":\"ready\",\"ip\":\"192.168.66.105\",\"gateway\":\"192.174.19.1\",\"publicIp\":\"166.166.86.193\",\"primaryDns\":\"192.174.19.6\",\"secondaryDns\":\"192.174.19.1\",\"ipAssignedBy\":\"dhcp\"}]}]&lt;B&gt;"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2021 16:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206505#M896</guid>
      <dc:creator>Rama_Sunkara</dc:creator>
      <dc:date>2021-09-11T16:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to parse JSON object</title>
      <link>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206506#M897</link>
      <description>&lt;P&gt;First, extract the string of Value element, and then use another tExtractJasonFields to parse the string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 01:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206506#M897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-13T01:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to parse JSON object</title>
      <link>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206507#M898</link>
      <description>&lt;P&gt;Thank you very much Shong.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 12:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Not-able-to-parse-JSON-object/m-p/2206507#M898</guid>
      <dc:creator>Rama_Sunkara</dc:creator>
      <dc:date>2021-09-13T12:37:59Z</dc:date>
    </item>
  </channel>
</rss>

