<?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 From Qlik to Git - Pushing data in csv format in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/From-Qlik-to-Git-Pushing-data-in-csv-format/m-p/2019261#M17823</link>
    <description>&lt;P&gt;Hey there,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we want to push our dataframe/datamodel we created Qlik to our Git repository in a csv format, so the dataframe is available in git as a csv dataframe. We would like to automize this task on a monthly basis. We are using Qlik Enterprise.&lt;/P&gt;
&lt;P&gt;Anybody knows if thats possible - and if, how?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance! Looking forward to your input : )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Dec 2022 10:22:14 GMT</pubDate>
    <dc:creator>theresa_me</dc:creator>
    <dc:date>2022-12-22T10:22:14Z</dc:date>
    <item>
      <title>From Qlik to Git - Pushing data in csv format</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/From-Qlik-to-Git-Pushing-data-in-csv-format/m-p/2019261#M17823</link>
      <description>&lt;P&gt;Hey there,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we want to push our dataframe/datamodel we created Qlik to our Git repository in a csv format, so the dataframe is available in git as a csv dataframe. We would like to automize this task on a monthly basis. We are using Qlik Enterprise.&lt;/P&gt;
&lt;P&gt;Anybody knows if thats possible - and if, how?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance! Looking forward to your input : )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 10:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/From-Qlik-to-Git-Pushing-data-in-csv-format/m-p/2019261#M17823</guid>
      <dc:creator>theresa_me</dc:creator>
      <dc:date>2022-12-22T10:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: From Qlik to Git - Pushing data in csv format</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/From-Qlik-to-Git-Pushing-data-in-csv-format/m-p/2025170#M17927</link>
      <description>&lt;P&gt;do you have Nprinting? is so that will a quick solution, check the article&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting/Distributing-CSV-file-in-nprinting/td-p/1051384" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting/Distributing-CSV-file-in-nprinting/td-p/1051384&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if not you can use in your load script the&amp;nbsp;&lt;SPAN&gt;you can have at the end STORE-statements that can store an in-memory table in a text (CSV)-file or a QVD-file.&amp;nbsp; Check the next article:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Excel-CSV-Automation-of-a-Report-in-QlikSense/td-p/1244187" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Excel-CSV-Automation-of-a-Report-in-QlikSense/td-p/1244187&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 20:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/From-Qlik-to-Git-Pushing-data-in-csv-format/m-p/2025170#M17927</guid>
      <dc:creator>GTiscareno</dc:creator>
      <dc:date>2023-01-12T20:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: From Qlik to Git - Pushing data in csv format</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/From-Qlik-to-Git-Pushing-data-in-csv-format/m-p/2031238#M18001</link>
      <description>&lt;P&gt;As part of your load script you would use a store command to export the data to a CSV file.&lt;/P&gt;
&lt;P&gt;You would then need to commit that file change into git.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How I would set this up would be.&lt;/P&gt;
&lt;P&gt;Clone the Remote Git repository to a local location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set the App reload script to export the CSV using the "&lt;A href="https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm" target="_self"&gt;Store&lt;/A&gt;" command into the local git repo.&lt;/P&gt;
&lt;P&gt;Set a "&lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/create-edit-external-program-tasks.htm" target="_blank" rel="noopener"&gt;External Program Task&lt;/A&gt;" to run a PowerShell script to perform the Git Commit &amp;amp; Push&lt;BR /&gt;Link the External Program Task to run upon successful completion of the App Reload.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 02:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/From-Qlik-to-Git-Pushing-data-in-csv-format/m-p/2031238#M18001</guid>
      <dc:creator>Marc</dc:creator>
      <dc:date>2023-01-30T02:03:52Z</dc:date>
    </item>
  </channel>
</rss>

