<?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: Export from Script into Tab delimited file? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/1740029#M504276</link>
    <description>&lt;P&gt;If you get a syntax error try adding the word "is" like this&amp;nbsp; (txt, delimiter is '\t');&lt;/P&gt;</description>
    <pubDate>Mon, 31 Aug 2020 18:55:12 GMT</pubDate>
    <dc:creator>Tim_Benoit</dc:creator>
    <dc:date>2020-08-31T18:55:12Z</dc:date>
    <item>
      <title>Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236553#M504265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to export to a tab or CSV delimited file from LOAD Script or MACRO instead of Export to Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 03:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236553#M504265</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2009-11-10T03:54:30Z</dc:date>
    </item>
    <item>
      <title>AW:Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236554#M504266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can export a tabe with the ID EXORT with the follow MACRO:&lt;/P&gt;&lt;P&gt;sub exportList&lt;BR /&gt; set obj = ActiveDocument.GetSheetObject("EXPORT")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; TableName = v.GetContent.String&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; exportPfad = "C:\QlikView Storage\Production\Adressmanagement_BGZS\08-script\"&lt;/P&gt;&lt;P&gt;FileName = "filename.txt"&lt;BR /&gt; 'obj.Export FileName, ";"&lt;/P&gt;&lt;P&gt;obj.Export FileName, ";"&lt;BR /&gt; obj.ServerSideExport FileName, ";"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the function Export for local export ot the function ServerSideExport for export on the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 04:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236554#M504266</guid>
      <dc:creator />
      <dc:date>2009-11-10T04:05:33Z</dc:date>
    </item>
    <item>
      <title>AW:Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236555#M504267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manual: Rightclick and then Export ... instead "Send to Excel". In the Filemenu then you can choose formats.&lt;BR /&gt;From the script you can use the STORE-command (with undocumented function) and save as .csv or .txt.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 04:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236555#M504267</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-10T04:07:39Z</dc:date>
    </item>
    <item>
      <title>AW:Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236556#M504268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STORE-command (with undocumented function) and save as .csv or .txt&lt;/P&gt;&lt;P&gt;--can't use STORE &amp;lt;table&amp;gt; INTO &amp;lt;filename&amp;gt;.csv (csv);&lt;/P&gt;&lt;P&gt;however, .txt works, but it is still encrypted which is not good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 04:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236556#M504268</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2009-11-10T04:28:58Z</dc:date>
    </item>
    <item>
      <title>AW:Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236557#M504269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk,&lt;/P&gt;&lt;P&gt;Tried the suggestion and it does not work either. It fails on set obj = ActiveDocument.GetSheetObject("EXPORT") where my object is a tablebox with id TB01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 05:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236557#M504269</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2009-11-10T05:37:43Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236558#M504270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amir!&lt;/P&gt;&lt;P&gt;EXPORT is only a example for a object id. You must apply&lt;/P&gt;&lt;P&gt;obj = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;or change the ID in the object properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your resolution with the STORE-command. I will test it today, too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 13:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236558#M504270</guid>
      <dc:creator />
      <dc:date>2009-11-10T13:06:44Z</dc:date>
    </item>
    <item>
      <title>Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236559#M504271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;Store &amp;lt;filename&amp;gt; into &amp;lt;filename.ext&amp;gt; (txt, delimiter ' \t ') for a csv file with TAB delimiter .&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rajdeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 11:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236559#M504271</guid>
      <dc:creator />
      <dc:date>2010-06-02T11:10:18Z</dc:date>
    </item>
    <item>
      <title>Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236560#M504272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Rajdeep,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there a way to Store the text file without the header line?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Using a buttom I can do it, but I need to do it at the script level, without user action. Any idea?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A consultant told me to use a macro to remove the first line after my text files are created using Store. I don't know if I can do it in a different way.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Marcelo&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 18:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236560#M504272</guid>
      <dc:creator />
      <dc:date>2010-06-04T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236561#M504273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually script command is:&lt;/P&gt;&lt;P&gt;Store &amp;lt;filename&amp;gt; into &amp;lt;filename.ext&amp;gt; (txt, delimiter &lt;STRONG&gt;is&lt;/STRONG&gt; '\t');&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 08:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236561#M504273</guid>
      <dc:creator />
      <dc:date>2010-09-28T08:57:21Z</dc:date>
    </item>
    <item>
      <title>AW:Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236562#M504274</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;Did you know you can also export to csv? Simply right click on the object and instead of selecting &lt;EM&gt;Send to Excel&lt;/EM&gt;, select &lt;EM&gt;Export&lt;/EM&gt;. This exports to csv which allows you to download more data and it's much quicker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen shot 2011-12-07 at 11.26.35 AM.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/9283_Screen+shot+2011-12-07+at+11.26.35+AM.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 10:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236562#M504274</guid>
      <dc:creator />
      <dc:date>2011-12-07T10:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236563#M504275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0433ff;"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Table &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ..\60_Datasource\OMP\GDMProduct.txt (&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; \t);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oktay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 12:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/236563#M504275</guid>
      <dc:creator>itec_pao</dc:creator>
      <dc:date>2018-02-23T12:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export from Script into Tab delimited file?</title>
      <link>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/1740029#M504276</link>
      <description>&lt;P&gt;If you get a syntax error try adding the word "is" like this&amp;nbsp; (txt, delimiter is '\t');&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 18:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-from-Script-into-Tab-delimited-file/m-p/1740029#M504276</guid>
      <dc:creator>Tim_Benoit</dc:creator>
      <dc:date>2020-08-31T18:55:12Z</dc:date>
    </item>
  </channel>
</rss>

