<?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>article How to export a Qlik Sense app without data to an Amazon S3 bucket and import an app from a file on Amazon S3 in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-a-Qlik-Sense-app-without-data-to-an-Amazon-S3/ta-p/2491590</link>
    <description>&lt;P&gt;&lt;SPAN&gt;This article provides an overview of how to export a Qlik Sense app without data to an Amazon S3 bucket&lt;/SPAN&gt;&amp;nbsp;and import it back to the Qlik Cloud tenant from the file on Amazon S3&amp;nbsp;&lt;SPAN&gt;using Qlik Application Automation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The template is available on the template picker. You can find it by navigating to&amp;nbsp;&lt;STRONG&gt;Add new -&amp;gt; New automation -&amp;gt; Search templates,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;searching&amp;nbsp;for '&lt;STRONG&gt;Scheduled app export to an Amazon S3 bucket (without data)&lt;/STRONG&gt;' or '&lt;STRONG&gt;Import an app from a file on Amazon S3&lt;/STRONG&gt;' in the search bar, and clicking the&amp;nbsp;&lt;STRONG&gt;Use template&lt;/STRONG&gt;&amp;nbsp;option.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can download examples of the automations from this article: Scheduled-app-export-to-an-Amazon-S3-bucket&lt;EM&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/EM&gt;json, Import-an-app-from-a-file-on-Amazon-S3.json.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Export Qlik Sense app without data to Amazon S3 bucket&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;H4 id="toc-hId-1317109074"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Full Amazon S3 bucket export automation.png" style="width: 469px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174252i73B979471D63EC67/image-dimensions/469x771?v=v2" width="469" height="771" role="button" title="Full Amazon S3 bucket export automation.png" alt="Full Amazon S3 bucket export automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4 id="toc-hId--1601348018"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Automation structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;The following steps describe how to build the demo automation:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;/SPAN&gt;&lt;STRONG&gt;Get App Information&lt;/STRONG&gt;&lt;SPAN&gt;'&amp;nbsp;block from the Qlik Cloud Services connector to retrieve the app information. This is later used to create the file in Amazon S3.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Export App To Base64 Encoded File&lt;/STRONG&gt;'&amp;nbsp;block from the Qlik Cloud Services connector to export the app to a base64-encoded string. The app is always exported without data.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Create File&lt;/STRONG&gt;' block from the Amazon S3 connector to create a file in the S3 bucket. The file will contain the app's base64-encoded string in .txt format. The file name is given as the app name retrieved from the '&lt;STRONG&gt;Get App Information&lt;/STRONG&gt;' block output in Step 1, along with the current date specified in the path parameter. Configure all the other mandatory input parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create File on Amazon.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174253iBFF96BA364595D70/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create File on Amazon.png" alt="Create File on Amazon.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Write Line To File&lt;/STRONG&gt;' block from the Amazon S3 connector to write the base64 encoded content from Step 2 to the above-created file in&amp;nbsp;the S3 bucket. The Data input parameter is mapped to the output from the '&lt;STRONG&gt;Export App To Base64 Encoded File&lt;/STRONG&gt;' block.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="write line to file on amazon s3.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174255i5F9B38B5CC6E3FF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="write line to file on amazon s3.png" alt="write line to file on amazon s3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Save And Close&amp;nbsp;File&lt;/STRONG&gt;' block from the Amazon S3 connector to make the file available in the S3 bucket.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;&lt;STRONG&gt;Import an app from a file on Amazon S3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;H4 id="toc-hId-1317109074"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="full automation import to Amaonz S3 bucket automation.png" style="width: 623px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174256i06BD810FB28F13F5/image-dimensions/623x745?v=v2" width="623" height="745" role="button" title="full automation import to Amaonz S3 bucket automation.png" alt="full automation import to Amaonz S3 bucket automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4 id="toc-hId--1601348018"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Automation structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;The following steps describe how to build the demo automation:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Open File&lt;/STRONG&gt;' block from the Amazon S3 connector to open the file on S3 that contains the base64 export of the app. Configure all the mandatory input parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open file on amazon s3.png" style="width: 998px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174257i846C69D1084CE019/image-size/large?v=v2&amp;amp;px=999" role="button" title="open file on amazon s3.png" alt="open file on amazon s3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Read Data From File&lt;/STRONG&gt;' block from the Amazon S3 connector to read the data from the file opened in the previous step.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Import App From Base64 Encoded File&lt;/STRONG&gt;'&amp;nbsp;block from the Qlik Cloud Services connector to create a new app in your Qlik Cloud tenant.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and will be used at your discretion. Depending on the tool(s) used, customization(s), and/or other factors, ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/ta-p/1836889" target="_self"&gt;How to get started with Amazon S3 connector&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-import-a-Qlik-Sense-app-with-an-automation/ta-p/1790160" target="_self"&gt;How to import a Qlik Sense app with an automation&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;FONT size="4" color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A id="hoverCardLink" class="lia-link-navigation lia-product-hover-card-link lia-product-mention lia-tooltip-trigger" href="https://community.qlik.com/t5/c-cyjdu72974/Qlik+Cloud/pd-p/qlikSenseEnterpriseSaaS" target="_blank" rel="noopener" aria-describedby="hoverCardLink_0-tooltip-element" aria-controls="hoverCardLink_0-tooltip-element"&gt;Qlik Cloud&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A id="hoverCardLink_1" class="lia-link-navigation lia-product-hover-card-link lia-product-mention lia-tooltip-trigger" href="https://community.qlik.com/t5/c-cyjdu72974/Qlik+Application+Automation/pd-p/qlikApplicationAutomation" target="_blank" rel="noopener" aria-describedby="hoverCardLink_2-tooltip-element" aria-controls="hoverCardLink_2-tooltip-element"&gt;Qlik Application Automation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 12 Nov 2024 14:39:20 GMT</pubDate>
    <dc:creator>AfeefaTk</dc:creator>
    <dc:date>2024-11-12T14:39:20Z</dc:date>
    <item>
      <title>How to export a Qlik Sense app without data to an Amazon S3 bucket and import an app from a file on Amazon S3</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-a-Qlik-Sense-app-without-data-to-an-Amazon-S3/ta-p/2491590</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This article provides an overview of how to export a Qlik Sense app without data to an Amazon S3 bucket&lt;/SPAN&gt;&amp;nbsp;and import it back to the Qlik Cloud tenant from the file on Amazon S3&amp;nbsp;&lt;SPAN&gt;using Qlik Application Automation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The template is available on the template picker. You can find it by navigating to&amp;nbsp;&lt;STRONG&gt;Add new -&amp;gt; New automation -&amp;gt; Search templates,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;searching&amp;nbsp;for '&lt;STRONG&gt;Scheduled app export to an Amazon S3 bucket (without data)&lt;/STRONG&gt;' or '&lt;STRONG&gt;Import an app from a file on Amazon S3&lt;/STRONG&gt;' in the search bar, and clicking the&amp;nbsp;&lt;STRONG&gt;Use template&lt;/STRONG&gt;&amp;nbsp;option.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can download examples of the automations from this article: Scheduled-app-export-to-an-Amazon-S3-bucket&lt;EM&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/EM&gt;json, Import-an-app-from-a-file-on-Amazon-S3.json.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Export Qlik Sense app without data to Amazon S3 bucket&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;H4 id="toc-hId-1317109074"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Full Amazon S3 bucket export automation.png" style="width: 469px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174252i73B979471D63EC67/image-dimensions/469x771?v=v2" width="469" height="771" role="button" title="Full Amazon S3 bucket export automation.png" alt="Full Amazon S3 bucket export automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4 id="toc-hId--1601348018"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Automation structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;The following steps describe how to build the demo automation:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;/SPAN&gt;&lt;STRONG&gt;Get App Information&lt;/STRONG&gt;&lt;SPAN&gt;'&amp;nbsp;block from the Qlik Cloud Services connector to retrieve the app information. This is later used to create the file in Amazon S3.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Export App To Base64 Encoded File&lt;/STRONG&gt;'&amp;nbsp;block from the Qlik Cloud Services connector to export the app to a base64-encoded string. The app is always exported without data.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Create File&lt;/STRONG&gt;' block from the Amazon S3 connector to create a file in the S3 bucket. The file will contain the app's base64-encoded string in .txt format. The file name is given as the app name retrieved from the '&lt;STRONG&gt;Get App Information&lt;/STRONG&gt;' block output in Step 1, along with the current date specified in the path parameter. Configure all the other mandatory input parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create File on Amazon.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174253iBFF96BA364595D70/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create File on Amazon.png" alt="Create File on Amazon.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Write Line To File&lt;/STRONG&gt;' block from the Amazon S3 connector to write the base64 encoded content from Step 2 to the above-created file in&amp;nbsp;the S3 bucket. The Data input parameter is mapped to the output from the '&lt;STRONG&gt;Export App To Base64 Encoded File&lt;/STRONG&gt;' block.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="write line to file on amazon s3.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174255i5F9B38B5CC6E3FF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="write line to file on amazon s3.png" alt="write line to file on amazon s3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Save And Close&amp;nbsp;File&lt;/STRONG&gt;' block from the Amazon S3 connector to make the file available in the S3 bucket.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;&lt;STRONG&gt;Import an app from a file on Amazon S3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;H4 id="toc-hId-1317109074"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="full automation import to Amaonz S3 bucket automation.png" style="width: 623px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174256i06BD810FB28F13F5/image-dimensions/623x745?v=v2" width="623" height="745" role="button" title="full automation import to Amaonz S3 bucket automation.png" alt="full automation import to Amaonz S3 bucket automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4 id="toc-hId--1601348018"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Automation structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;The following steps describe how to build the demo automation:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Open File&lt;/STRONG&gt;' block from the Amazon S3 connector to open the file on S3 that contains the base64 export of the app. Configure all the mandatory input parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open file on amazon s3.png" style="width: 998px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174257i846C69D1084CE019/image-size/large?v=v2&amp;amp;px=999" role="button" title="open file on amazon s3.png" alt="open file on amazon s3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Read Data From File&lt;/STRONG&gt;' block from the Amazon S3 connector to read the data from the file opened in the previous step.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Add the '&lt;STRONG&gt;Import App From Base64 Encoded File&lt;/STRONG&gt;'&amp;nbsp;block from the Qlik Cloud Services connector to create a new app in your Qlik Cloud tenant.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and will be used at your discretion. Depending on the tool(s) used, customization(s), and/or other factors, ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/ta-p/1836889" target="_self"&gt;How to get started with Amazon S3 connector&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-import-a-Qlik-Sense-app-with-an-automation/ta-p/1790160" target="_self"&gt;How to import a Qlik Sense app with an automation&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;FONT size="4" color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A id="hoverCardLink" class="lia-link-navigation lia-product-hover-card-link lia-product-mention lia-tooltip-trigger" href="https://community.qlik.com/t5/c-cyjdu72974/Qlik+Cloud/pd-p/qlikSenseEnterpriseSaaS" target="_blank" rel="noopener" aria-describedby="hoverCardLink_0-tooltip-element" aria-controls="hoverCardLink_0-tooltip-element"&gt;Qlik Cloud&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A id="hoverCardLink_1" class="lia-link-navigation lia-product-hover-card-link lia-product-mention lia-tooltip-trigger" href="https://community.qlik.com/t5/c-cyjdu72974/Qlik+Application+Automation/pd-p/qlikApplicationAutomation" target="_blank" rel="noopener" aria-describedby="hoverCardLink_2-tooltip-element" aria-controls="hoverCardLink_2-tooltip-element"&gt;Qlik Application Automation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 12 Nov 2024 14:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-a-Qlik-Sense-app-without-data-to-an-Amazon-S3/ta-p/2491590</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2024-11-12T14:39:20Z</dc:date>
    </item>
  </channel>
</rss>

