<?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: Unable to Create Sheets through Qlik Engine or API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247345#M6697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can recommend the tool "Qlik Explorer for Developers" if you want to investigate the property structure of Qlik Sense entities. You can find more information (and instructions for download) at this site:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-17475"&gt;Qlik Explorer for Developers is here!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 12:13:10 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2017-03-17T12:13:10Z</dc:date>
    <item>
      <title>Unable to Create Sheets through Qlik Engine or API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247340#M6692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to create a Qlik sheet through the Engine API but am experiencing odd errors. From the start, you can see my application has a sheet, "test sheet 1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2017-02-09 at 11.08.33 AM.png" class="jive-image image-1" src="/legacyfs/online/152643_Screen Shot 2017-02-09 at 11.08.33 AM.png" style="height: 385px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then attempt to create a new sheet through the Engine API Explorer, which gives a successful response - this leads me to believe the sheet was created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2017-02-09 at 10.36.24 AM.png" class="jive-image image-2" src="/legacyfs/online/152644_Screen Shot 2017-02-09 at 10.36.24 AM.png" style="height: 309px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I navigate back to the main dashboard all my sheets are gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2017-02-09 at 10.36.32 AM.png" class="jive-image image-3" src="/legacyfs/online/152654_Screen Shot 2017-02-09 at 10.36.32 AM.png" style="height: 280px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I can only view my sheets after I logout then log back in. Even though it's show in the dashboard, the title is &lt;STRONG&gt;missing&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2017-02-09 at 10.38.30 AM.png" class="image-4 jive-image" src="/legacyfs/online/152655_Screen Shot 2017-02-09 at 10.38.30 AM.png" style="height: 230px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;What is the correct way to create a sheet? I used the methods described in the &lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/CreateSheets/create-app-object.htm"&gt;tutorial&lt;/A&gt;, but they are clearly not working. Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 17:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247340#M6692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-09T17:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Sheets through Qlik Engine or API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247341#M6693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the Engine API is just the communication protocol between clients and QIX. Hence the documentation will document how to interact with QIX. Now it's important to understand the the Engine API does _not_ document Qlik Sense Client implementations. So when the documentation talks about a "Sheet" it's the concept of called a "Sheet" but not the actual Qlik Sense client implementation of a sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To your question, the easiest way to see which specific properties the Client implements is to use the Engine explorer to fetch a sheet that has been created and then get the properties for said sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is currently how the Client implements it's definition of a Sheet (Note that the Engine has no concept of a sheet, it only sees a GenericObject with some known properties prefixed by a q and unknown properties implemented by the Client)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1486744121501662" jivemacro_uid="_1486744121501662" modifiedtitle="true"&gt;
&lt;P&gt;"qInfo": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qId": "&amp;lt;object id&amp;gt;",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qType": "sheet" //The client groups objects of type "sheet"&lt;/P&gt;
&lt;P&gt;},&lt;/P&gt;
&lt;P&gt;"qMetaDef": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; // Some custom properties to control display within the client&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "My new sheet",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": ""&lt;/P&gt;
&lt;P&gt;},&lt;/P&gt;
&lt;P&gt;"rank": 0, // Sort order in app overview&lt;/P&gt;
&lt;P&gt;"thumbnail": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qStaticContentUrlDef": {}&lt;/P&gt;
&lt;P&gt;},&lt;/P&gt;
&lt;P&gt;"columns": 24, // Grid size&lt;/P&gt;
&lt;P&gt;"rows": 12, // Grid size&lt;/P&gt;
&lt;P&gt;"cells": [ // An array of objects that are present on the sheet, GenericObjects that are Children of the sheet oject&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "kfJAy",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "barchart",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "col": 0,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "row": 0,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "colspan": 12,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "rowspan": 12&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247341#M6693</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2017-02-10T16:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Sheets through Qlik Engine or API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247342#M6694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes a ton of sense - thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 18:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247342#M6694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-10T18:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Sheets through Qlik Engine or API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247343#M6695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually liked @Alexander's response, but It didn't make sense to me: specifically I didn't understand how it addressed @Dylan's original question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Judging from Dylan's screenshot, and his reference to this &lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/CreateSheets/create-app-object.htm"&gt;Create sheets &amp;gt; &lt;/A&gt;&lt;STRONG&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/CreateSheets/create-app-object.htm"&gt;create app objects&lt;/A&gt; &lt;/STRONG&gt;example, he used the &lt;STRONG&gt;CreateObject.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexander pointed out that creating an object &lt;STRONG&gt;may not create the Qlik Sense Sheet&lt;/STRONG&gt; (i.e. something that appears in the app overview; aka Alexander's "actual Qlik Sense client implementation of a sheet" -- I will call it a "Qlik Sense Sheet") That's how I'm interpreting this from Alexander:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; So when the documentation talks about a "Sheet" it's the concept of called a "Sheet" but not the actual Qlik Sense client implementation of a sheet.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then Alexander recommends a "Get" strategy before doing a "Create" strategy, so we can see that a "Qlik Sense Sheet" actually has...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, Dylan created an &lt;STRONG&gt;Object &lt;/STRONG&gt;with these properties:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;{&lt;STRONG&gt; &lt;SPAN style="color: #99cc00;"&gt;"title": "Sheet Test", "description":&lt;/SPAN&gt;&lt;/STRONG&gt; "Description of sheet 1", "qInfo" : { "qType" : "sheet" } }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexander points out that a &lt;STRONG&gt;Qlik Sense Sheet&lt;/STRONG&gt; actually has these properties (only a subset shown here)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;{ qInfo: {&amp;nbsp; "qId": "&amp;lt;object id&amp;gt;",&amp;nbsp; "qType": "sheet" },&amp;nbsp; &lt;STRONG style="color: #99cc00;"&gt;"qMetaDef": {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "My new sheet",&amp;nbsp; "description": ""&lt;/STRONG&gt;&lt;SPAN style="color: #99cc00;"&gt;&amp;nbsp; }&lt;/SPAN&gt;, &lt;STRONG style="color: #3366ff;"&gt;"rank": 0, ... }&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;At least one difference between these things is highlighted in &lt;/SPAN&gt;&lt;STRONG style="color: #99cc00; font-size: 10pt;"&gt;green&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dylan's &lt;STRONG&gt;Object&lt;/STRONG&gt; had custom title and description properties at the "root",&lt;/LI&gt;&lt;LI&gt;whereas Alexander's &lt;STRONG&gt;Qlik Sense Sheet&lt;/STRONG&gt; had title and description properties beneath "&lt;STRONG&gt;qMetaDef"&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Maybe this difference is why, as Dylan said:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Even though it's show in the dashboard, the title is &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;missing&lt;/STRONG&gt;.&lt;/P&gt;





&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So presumably , Dylan can fix (fixed) the missing title by defining title beneath qMetaDef, vs title at the root.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore , highlighted in &lt;STRONG style="color: #3366ff;"&gt;blue&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Alexander's &lt;STRONG&gt;Qlik Sense Sheet&lt;/STRONG&gt; had a custom property called "rank", which his comment explains:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #008200; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;// Sort order in app overview&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So presumably if Dylan cared about order, he could change it by modifying the rank property.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008200; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008200; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is my analysis correct? Dylan and Alexander, please correct me if I'm wrong.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008200; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I still don't understand how Dylan fixed the issue he described:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;However, when I navigate back to the main dashboard all my sheets are gone.&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe by defining a Sheet object &lt;STRONG&gt;"properly" according to the syntax Alexander Got for us, then the Qlik app overview would respect sheets properly? &lt;/STRONG&gt;Who knows...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 23:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247343#M6695</guid>
      <dc:creator />
      <dc:date>2017-03-16T23:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Sheets through Qlik Engine or API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247344#M6696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At least for me, Qlik version 3.1 SR4, if I create a new sheet with most of the properties Alexander describes (except for "Id"):&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "handle": 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "method": "CreateObject",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "params": {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "qProp": {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "qInfo": {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "qType": "sheet"&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp; "qMetaDef": {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "title": "My new sheet",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "description": ""&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp; "rank": 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "thumbnail": {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "qStaticContentUrlDef": {}&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp; "columns": 24,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "rows": 12,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "cells": []&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I observe:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I see an invalid state on my App and the new Object I just created. I expect this, since they both Changed.&lt;/LI&gt;&lt;LI&gt;I can immediately see the new sheet in the App Overview on a different tab with the title "My new sheet"&lt;/LI&gt;&lt;LI&gt;The App Overview on a different tab has an asterisk in the &amp;lt;title&amp;gt; (i.e .shown in Browser/tab header), until I do one of:&lt;UL&gt;&lt;LI&gt;"Save" in the App Overview UI, &lt;/LI&gt;&lt;LI&gt;or execute a DoSave in the Engine API Explorer&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247344#M6696</guid>
      <dc:creator />
      <dc:date>2017-03-17T06:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Sheets through Qlik Engine or API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247345#M6697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can recommend the tool "Qlik Explorer for Developers" if you want to investigate the property structure of Qlik Sense entities. You can find more information (and instructions for download) at this site:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-17475"&gt;Qlik Explorer for Developers is here!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 12:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Unable-to-Create-Sheets-through-Qlik-Engine-or-API/m-p/1247345#M6697</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2017-03-17T12:13:10Z</dc:date>
    </item>
  </channel>
</rss>

