<?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: CSV export with Table API on mashup in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSV-export-with-Table-API-on-mashup/m-p/1169858#M5741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;https://github.com/stefanwalther/sense-extension-recipes/tree/master/tableapi-exportdata-paint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2016 15:41:49 GMT</pubDate>
    <dc:creator>Stefan_Walther</dc:creator>
    <dc:date>2016-06-10T15:41:49Z</dc:date>
    <item>
      <title>CSV export with Table API on mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSV-export-with-Table-API-on-mashup/m-p/1169857#M5740</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 can export to OOXML format, but when I change to CSV, rpc returns this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127516_Captura.PNG" style="height: 124px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this code:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/127527_Captura.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This frame is sent:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/127528_Captura.PNG" style="height: 159px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change "CSV_T" with "OOXML" then the table is exported correctly.&lt;/P&gt;&lt;P&gt;I don't find the reason, any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JuanJo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 11:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSV-export-with-Table-API-on-mashup/m-p/1169857#M5740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-10T11:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSV export with Table API on mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSV-export-with-Table-API-on-mashup/m-p/1169858#M5741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;https://github.com/stefanwalther/sense-extension-recipes/tree/master/tableapi-exportdata-paint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSV-export-with-Table-API-on-mashup/m-p/1169858#M5741</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2016-06-10T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: CSV export with Table API on mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSV-export-with-Table-API-on-mashup/m-p/1169859#M5742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As &lt;A href="https://community.qlik.com/qlik-users/41639"&gt;swr&lt;/A&gt;‌, commented, you should use TableApi's &lt;A href="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/APIs/Content/TableAPI/exportData-method.htm" title="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/APIs/Content/TableAPI/exportData-method.htm"&gt;exportData method ‒ Qlik Sense&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are using in your example is the exportData method from the visualization layout; I am not really sure if this is documented, or "officially exposed"... but the reason why you can export OOXML and not CSV_T or CSV_C file format is that you are missing the second parameter "qPath" see documentation here: &lt;A href="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-ExportData-method.htm?q=exportdata" title="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-ExportData-method.htm?q=exportdata"&gt;ExportData method ‒ Qlik Sense&lt;/A&gt;‌ - this parameter is mandatory only for CSV_T and CSV_C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;aiham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 06:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSV-export-with-Table-API-on-mashup/m-p/1169859#M5742</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2016-06-13T06:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: CSV export with Table API on mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CSV-export-with-Table-API-on-mashup/m-p/1572109#M10383</link>
      <description>&lt;P&gt;Hi...,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var set = {&lt;BR /&gt;qFileType: 'CSV_C',&lt;BR /&gt;qPath: '/qHyperCubeDef',&lt;BR /&gt;qFileName: 'temp.csv'&lt;BR /&gt;}&lt;BR /&gt;app.getObject('sxqbWtE').then(function (m) {&lt;BR /&gt;console.log(m)&lt;BR /&gt;m.exportData(set).then(function (reply) {&lt;BR /&gt;console.log(reply)&lt;BR /&gt;window.open(reply.qUrl)&lt;BR /&gt;})&lt;BR /&gt;})&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CSV-export-with-Table-API-on-mashup/m-p/1572109#M10383</guid>
      <dc:creator>Ranjit</dc:creator>
      <dc:date>2019-04-23T13:14:29Z</dc:date>
    </item>
  </channel>
</rss>

