<?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 Export data from Qliksense app to AWS S3 bucket in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Export-data-from-Qliksense-app-to-AWS-S3-bucket/m-p/1677029#M8017</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How can I create a data pipeline to export Qliksense app data directly to AWS S3 using a python script?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we use the S3 web connector? If yes, how?&lt;/P&gt;</description>
    <pubDate>Fri, 02 Apr 2021 08:50:02 GMT</pubDate>
    <dc:creator>Anoop_Mudholkar</dc:creator>
    <dc:date>2021-04-02T08:50:02Z</dc:date>
    <item>
      <title>Export data from Qliksense app to AWS S3 bucket</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Export-data-from-Qliksense-app-to-AWS-S3-bucket/m-p/1677029#M8017</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How can I create a data pipeline to export Qliksense app data directly to AWS S3 using a python script?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we use the S3 web connector? If yes, how?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Export-data-from-Qliksense-app-to-AWS-S3-bucket/m-p/1677029#M8017</guid>
      <dc:creator>Anoop_Mudholkar</dc:creator>
      <dc:date>2021-04-02T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export data from Qliksense app to AWS S3 bucket</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Export-data-from-Qliksense-app-to-AWS-S3-bucket/m-p/1681665#M8018</link>
      <description>&lt;P&gt;Hi if you are using Qlik Sense Business you can use the S3 connector - the docs are here and are still evolving:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Amazon-S3-storage-provider-connector.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Amazon-S3-storage-provider-connector.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can store to an S3 bucket directly from script, here is a simple example that loads some test data from S3 and then stores it back to S3:&lt;/P&gt;&lt;PRE&gt;TestData:
LOAD *
FROM [lib://Amazon_S3/some/path/someFileToDownload.csv]
(txt, codepage is 28591, embedded labels, delimiter is ',', msq);
STORE TestData into [lib://Amazon_S3/some/path/someFileUploaded.csv] (txt);&lt;/PRE&gt;&lt;P&gt;Remember to update to use your actual S3 connection name which in this example is 'Amazon_S3'.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 12:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Export-data-from-Qliksense-app-to-AWS-S3-bucket/m-p/1681665#M8018</guid>
      <dc:creator>NickBaker</dc:creator>
      <dc:date>2020-03-04T12:36:06Z</dc:date>
    </item>
  </channel>
</rss>

