<?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: How to load data which is json formate in Sql server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848081#M297617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are accessing your SQL Server via HTTP protocol that should work well even though the server is not "on the web" it would be exactly the same except that the URL points to a server that is only available internally in the organisation/business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JSON itself is not dependent on transport mechanism. It is purely a data-format - but is often coupled with REST which is based on HTTP as a transport. Hence the name JSON REST API. If the data is already available directly from some table in SQL Server you might not need a full JSON REST API only the JSON parsing that pull out the relevant data for you into tables and columns/fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 06:08:06 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-06-30T06:08:06Z</dc:date>
    <item>
      <title>How to load data which is json formate in Sql server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848078#M297614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have data in sql server in that one field is in json formate so how to load data into to Qlikview and how i saparate json formate data in Qlikview.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandini.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 05:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848078#M297614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T05:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data which is json formate in Sql server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848079#M297615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be helpful to you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/778272"&gt;Re: Using data from JSON Rest API in Qlikview&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8162"&gt;JSON connector example.zip&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 05:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848079#M297615</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-30T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data which is json formate in Sql server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848080#M297616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi petter,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;My data is in sql server not in web so how i saparate those data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 05:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848080#M297616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T05:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data which is json formate in Sql server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848081#M297617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are accessing your SQL Server via HTTP protocol that should work well even though the server is not "on the web" it would be exactly the same except that the URL points to a server that is only available internally in the organisation/business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JSON itself is not dependent on transport mechanism. It is purely a data-format - but is often coupled with REST which is based on HTTP as a transport. Hence the name JSON REST API. If the data is already available directly from some table in SQL Server you might not need a full JSON REST API only the JSON parsing that pull out the relevant data for you into tables and columns/fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 06:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848081#M297617</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-30T06:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data which is json formate in Sql server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848082#M297618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might even use a Macro which runs a JScrpit (Microsofts JavaScript) to do the parsing. JSON - stands for JavaScript Object Notation. So basically any small JavaScript could be able to parse out the values you are looking for. A JScript function in a Module/Macro is possible to call from a LOAD SCRIPT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 06:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-which-is-json-formate-in-Sql-server/m-p/848082#M297618</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-30T06:10:36Z</dc:date>
    </item>
  </channel>
</rss>

