<?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: Store file to disk from extension in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-file-to-disk-from-extension/m-p/476#M9</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you would need some sort of server implementation. The only one I know that's included with Qlik Sense is the one used for extensions: &lt;A href="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Extension-Create-Update-File.htm" title="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Extension-Create-Update-File.htm"&gt;Extension: Create or update a file in an extension ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is limited to only extension files, so might not be what you need. You probably would need to implement your own server component, or find a open source solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2018 08:54:20 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2018-01-15T08:54:20Z</dc:date>
    <item>
      <title>Store file to disk from extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-file-to-disk-from-extension/m-p/473#M6</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating my first extension, and I need to store data in Json or xls file to disk. &lt;/P&gt;&lt;P&gt;How to do this? I am looking that JS does not allow to download files? But Qlik sense has &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store table into lib://test/file.csv (txt, delimiter is ';');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do similar inside extension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 22:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-file-to-disk-from-extension/m-p/473#M6</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-14T22:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Store file to disk from extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-file-to-disk-from-extension/m-p/474#M7</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You could use a ja library like FileSaver: &lt;A href="https://github.com/eligrey/FileSaver.js/" title="https://github.com/eligrey/FileSaver.js/"&gt;GitHub - eligrey/FileSaver.js: An HTML5 saveAs() FileSaver implementation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used it in mashups, but not in extensions, but it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the reply as Helpful and/or Correct if you find it useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 07:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-file-to-disk-from-extension/m-p/474#M7</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-01-15T07:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Store file to disk from extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-file-to-disk-from-extension/m-p/475#M8</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik, &lt;/P&gt;&lt;P&gt;Thank you for reply. I found how to save a BLOB file to the disk, but the problem is that this could be only saved to Download file. (you can't specify the path on which you can download it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why I am asking for a Qlik Sense Api solution, because I believe (but I could be wrong) that js doesn't have this options (because security reasons)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 08:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-file-to-disk-from-extension/m-p/475#M8</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-15T08:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Store file to disk from extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-file-to-disk-from-extension/m-p/476#M9</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you would need some sort of server implementation. The only one I know that's included with Qlik Sense is the one used for extensions: &lt;A href="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Extension-Create-Update-File.htm" title="http://help.qlik.com/en-US/sense-developer/September2017/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Extension-Create-Update-File.htm"&gt;Extension: Create or update a file in an extension ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is limited to only extension files, so might not be what you need. You probably would need to implement your own server component, or find a open source solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 08:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-file-to-disk-from-extension/m-p/476#M9</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-01-15T08:54:20Z</dc:date>
    </item>
  </channel>
</rss>

