<?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 How to export a table to a text file without extra quotes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163399#M36507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table that has a single text field in it. When I export it to a csv file in a version 10 script, for example&lt;/P&gt;&lt;P&gt;store mytable into myfile.txt (txt)&lt;/P&gt;&lt;P&gt;QlikView wraps double quotes around the lines in myfile.txt if there are spaces in the line. Also, if there is a " in the text itself QlikView adds another " next to it.&lt;/P&gt;&lt;P&gt;I would like for the exported text file to not contain the added quotes. I can certainly post-process the text file but I would prefer not to. Does anyone have a solution for this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2011 18:23:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-15T18:23:30Z</dc:date>
    <item>
      <title>How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163399#M36507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table that has a single text field in it. When I export it to a csv file in a version 10 script, for example&lt;/P&gt;&lt;P&gt;store mytable into myfile.txt (txt)&lt;/P&gt;&lt;P&gt;QlikView wraps double quotes around the lines in myfile.txt if there are spaces in the line. Also, if there is a " in the text itself QlikView adds another " next to it.&lt;/P&gt;&lt;P&gt;I would like for the exported text file to not contain the added quotes. I can certainly post-process the text file but I would prefer not to. Does anyone have a solution for this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 18:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163399#M36507</guid>
      <dc:creator />
      <dc:date>2011-03-15T18:23:30Z</dc:date>
    </item>
    <item>
      <title>How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163400#M36508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The STORE takes exactly same parameters as the LOAD. Make a suitable LOAD using the wizard, and copy the string &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;store * from Fact into [x.txt]&lt;BR /&gt;(txt, codepage is 1252, no labels, delimiter is '\t', no quotes)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;-----------&lt;/P&gt;&lt;P&gt;As a side note, if one column contains spaces, there will be still qutes in the output file . Use for example good old "tr" command line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;tr -d \042 x.txt &amp;gt; y.txt&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;-Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 08:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163400#M36508</guid>
      <dc:creator />
      <dc:date>2011-03-16T08:02:08Z</dc:date>
    </item>
    <item>
      <title>How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163401#M36509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually quotes appear inthe output file if the field values contain the separator character. In wich case it is time to choose another separator, or clean up the data.&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 08:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163401#M36509</guid>
      <dc:creator />
      <dc:date>2011-03-16T08:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163402#M36510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm also running into this same problem:&lt;/P&gt;&lt;P&gt;I'm using this command:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;STORE &lt;/P&gt;&lt;P&gt;From Material INTO $(File) (txt, delimiter is '|', no quotes, msq); &lt;/P&gt;&lt;P&gt;MATNR, MAKTX, MEINS&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But the outcome is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HM200PS|"UNIFLEX HM200 SERVICE CRIMPER 1-1/4"""|PCS&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So quotes around the field MAKTX and an extra quote in front of the existing quote.&lt;/P&gt;&lt;P&gt;Originl MAKTX was : UNIFLEX HM200 SERVICE CRIMPER 1-1/4"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any help would be highly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 15:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163402#M36510</guid>
      <dc:creator />
      <dc:date>2011-08-24T15:09:15Z</dc:date>
    </item>
    <item>
      <title>How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163403#M36511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the purpose of the txt file? Is it to be loaded into another QV application, Excel or something. If so, remove the quotes during load at that time. If not, post proces the txt file to replace the quotes. I once needed to do and put this together with help from forum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'...more code above......&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("SAS")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;set pth = ActiveDocument.Variables("vPath")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;obj.Export pth.getcontent.string&amp;amp;"output\clause.txt", 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' Replace the double quotes from the txt file. Could not find a way to export without??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Const ForReading = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Const ForWriting = 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Set objFSO = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Set objFile = objFSO.OpenTextFile(pth.getcontent.string&amp;amp;"output\clause.txt", ForReading)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;strText = objFile.ReadAll&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;objFile.Close&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;strOldText = Chr(34)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;strNewText = Chr(0)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;strNewText = Replace(strText, strOldText, strNewText )&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Set objFile = objFSO.OpenTextFile(pth.getcontent.string&amp;amp;"output\clause.txt", ForWriting)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;objFile.WriteLine strNewText&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;objFile.Close&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: vPath is the path variable I define in QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 07:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163403#M36511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-25T07:33:02Z</dc:date>
    </item>
    <item>
      <title>How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163404#M36512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The purpose is to create a file that can be uploaded into SAP. &lt;/P&gt;&lt;P&gt;I used the suggested workaround, only I created a smal program to do the trick. This is only slowing down the entry process as it basically has to write the file twice.&lt;/P&gt;&lt;P&gt;I also reported it back to QlikView, so let's see if they come up with a solution, basically the 'no quotes'statement shoud do the trick but.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 14:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163404#M36512</guid>
      <dc:creator />
      <dc:date>2011-08-25T14:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163405#M36513</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 reported the fact that the 'no quotes'does work in the store command to the Qlikview team. They have marked it as a bug which will be fixed in one of the next relases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 21:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163405#M36513</guid>
      <dc:creator />
      <dc:date>2011-09-08T21:14:41Z</dc:date>
    </item>
    <item>
      <title>How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163406#M36514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have a bug number for this? When they will fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please make also a note here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/groups/qlikbug"&gt;http://community.qlik.com/groups/qlikbug&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 11:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163406#M36514</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-10-06T11:11:39Z</dc:date>
    </item>
    <item>
      <title>How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163407#M36515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ID is ﻿﻿69149. unfortunately I can't post at qlikbug as I don't have have access to it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 14:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163407#M36515</guid>
      <dc:creator />
      <dc:date>2011-10-07T14:31:09Z</dc:date>
    </item>
    <item>
      <title>How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163408#M36516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the exact same problem and found this post. Started to make a macro but out of pure luck (trial and error)&lt;/P&gt;&lt;P&gt;I got this to work. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store ExportTest Into C:\temp\SpacesExport.txt (txt,&amp;nbsp; codepage is 1252, embedded labels, delimiter is 'spaces' ,no quotes);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick is to have the delimiter is 'spaces'&amp;nbsp; and the spaces word within single quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove the labels though but havent got that to work. Tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store ExportTest Into C:\temp\SpacesExport.txt (txt,&amp;nbsp; codepage is 1252, no labels, delimiter is 'spaces' ,no quotes);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set it to no labels instead of embedded but QV doesn't pick that up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 00:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163408#M36516</guid>
      <dc:creator />
      <dc:date>2011-10-14T00:22:59Z</dc:date>
    </item>
    <item>
      <title>How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163409#M36517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi babushka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately it's not working. Which version you have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 09:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163409#M36517</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-10-14T09:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163410#M36518</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;I am also facing similar problem. In the attached spread sheet I have file location with double quotes. When I store it as a text file it adds two more double quotes along with that. I want to store the location in text file only with single double quotes. May I know how that can be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know if I dont pass the double quotes along with the location txt file automatically adds single double quotes. But for some reasons I want to pass the double quotes along with the location. I am working on filesystems where I should consider the spaces between the folders(Eg: New Folder).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how that can be acheived please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13495029652459703" jivemacro_uid="_13495029652459703"&gt;&lt;P&gt;FilesLocation&lt;/P&gt;&lt;P&gt;XYZs"""C:\Test\New Folder"""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oops also i think in the above output s got added along with the XYZ by iteself. That also need to be avoided! But first thing is achieving below output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13495029652457696" jivemacro_uid="_13495029652457696"&gt;&lt;P&gt;FilesLocation&lt;/P&gt;&lt;P&gt;XYZs"C:\Test\New Folder"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some can help me out. Have attached the file for your reference!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2012 05:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163410#M36518</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2012-10-06T05:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163411#M36519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicolai!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REALLY USEFUL POST!!&lt;/P&gt;&lt;P&gt;Thanks alot for sharing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 04:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163411#M36519</guid>
      <dc:creator />
      <dc:date>2013-05-24T04:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163412#M36520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is one of the Issue which everybody is facing .&lt;/P&gt;&lt;P&gt;What i found as per my understanding it is not a QlikView Bug .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/thread/79439" title="http://community.qlik.com/thread/79439"&gt;http://community.qlik.com/thread/79439&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 06:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163412#M36520</guid>
      <dc:creator />
      <dc:date>2013-05-24T06:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163413#M36521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did anyone find an answer to this one?&amp;nbsp; In the past I have got around the problem by doing the store with a FileSystemObject write in a macro - but I've another case come up when I would much rather use a store on load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 16:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163413#M36521</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-01-16T16:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163414#M36522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using this Macro to remove the extra Quotation marks in my txt file. It is removing the quotes but it is adding 1 into the txt file which is wrong. Any ideas why it is happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 12:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163414#M36522</guid>
      <dc:creator>lalitinmbd</dc:creator>
      <dc:date>2014-05-15T12:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163415#M36523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lalit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post up the Macro code you are using?&amp;nbsp; Is the 1 on the first line?&amp;nbsp; If so, it is probably the column heading or a total.&amp;nbsp; If it's the latter you may be able to suppress it by turning off totals for the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to recall that in the macro I used previously I loaded the whole text file into a variable in the macro and then did a replace on it to fix some of the odd things that QlikView was doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really should have kept a copy of that code!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163415#M36523</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-05-15T13:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163416#M36524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the below Macro Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Export&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set pth = ActiveDocument.Variables("path")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.Export pth.getcontent.string&amp;amp;"Export.txt", 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;' Replace the double quotes from the txt file. Could not find a way to export without??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Const ForReading = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Const ForWriting = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objFSO = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objFile = objFSO.OpenTextFile(pth.getcontent.string&amp;amp;"Export.txt", ForReading)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strText = objFile.ReadAll&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objFile.Close&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strOldText = Chr(34)&amp;amp;chr(34)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strNewText = chr(0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strNewText = Replace(strText, strOldText, strNewText )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objFile = objFSO.OpenTextFile(pth.getcontent.string&amp;amp;"Export.txt", ForWriting)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objFile.WriteLine strNewText&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objFile.Close&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163416#M36524</guid>
      <dc:creator>lalitinmbd</dc:creator>
      <dc:date>2014-05-15T13:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163417#M36525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can work out what the 1 is, and make it something else (eg. if it was a column label rename that column).&amp;nbsp; You could then do a further replace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;strNewText = Replace(Replace(strText, strOldText, strNewText ), 'Column Header', '')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Steve&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163417#M36525</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-05-15T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a table to a text file without extra quotes</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163418#M36526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Steve,&lt;/P&gt;&lt;P&gt;I am surprised from where the 1 is coming as there is nowhere 1 in the column headers. When i do export using the macro. Below is my result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company1BO1Shop1Sales&lt;/P&gt;&lt;P&gt;Samsung1 "DAVIDOFF GOLD LIGHTS SLIM FI BOX 200 "1"TO00000031"130.50&lt;/P&gt;&lt;P&gt;"Samsung'"1BENSON &amp;amp; HEDGES GOLD FF KS FI BOX 2001TO00000006127.50&lt;/P&gt;&lt;P&gt; "Samsung "1BENSON &amp;amp; HEDGES GOLD FF KS FI BOX 4001TO00000002149.50&lt;/P&gt;&lt;P&gt;Sony1CAFE CREME 5X201TO00000224124.00&lt;/P&gt;&lt;P&gt;"Sams'ung"1CAMEL BLUE LIGHTS KS FI BOX 6001"TO00000017"175.00&lt;/P&gt;&lt;P&gt;Samsung*1CAMEL FF KS FI BOX 2001"TO00000013"129.50&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Samsung&amp;nbsp; "1CAMEL FF KS FI BOX 4001"TO00000014"153.00&lt;/P&gt;&lt;P&gt;"Samsung ' Samsung"1DAVIDOFF CLASSIC FF KS FI BOX 2001TO00000030130.50&lt;/P&gt;&lt;P&gt;Samsung1DUNHILL BUTTON RED FF KS FI BOX 2001TO00000039130.00&lt;/P&gt;&lt;P&gt;Samsung1DUNHILL INTERNATIONAL BUTTON RED FF KS FI BOX 2001TO000000451"31.00"&lt;/P&gt;&lt;P&gt;Samsung1FORTUNA RED FF KS FI BOX 2001TO00000052127.50&lt;/P&gt;&lt;P&gt;Samsung1GAULOISES BLONDES BLUE FF KS FI BOX 2001TO00000059127.50&lt;/P&gt;&lt;P&gt;Samsung1GLAMOUR MENTHOL SS FI BOX 2001"TO00000071"1-&lt;/P&gt;&lt;P&gt;Samsung1KENT HD SILVER LIGHTS KS FI BOX 2001TO00000076130.00&lt;/P&gt;&lt;P&gt;MicroMax1L&amp;amp;M RED FF KS FI BOX 2001TO00000079127.50&lt;/P&gt;&lt;P&gt;MicroMax1LAMBERT &amp;amp; BUTLER FF KS FI BOX 4001TO00000082149.50&lt;/P&gt;&lt;P&gt;MicroMax1LUCKY STRIKE RED FF KS FI BOX 2001TO00000089127.50&lt;/P&gt;&lt;P&gt;MicroMax1LUCKY STRIKE RED FF KS FI BOX 4001TO00000090149.50&lt;/P&gt;&lt;P&gt;MicroMax1MARLBORO GOLD LIGHTS KS FI BOX 2001"TO00000104"130.00&lt;/P&gt;&lt;P&gt;Sony1MARLBORO GOLD LIGHTS KS FI BOX 4001"TO00000105"153.50&lt;/P&gt;&lt;P&gt;MicroMax1MARLBORO RED FF KS FI BOX 2001TO00000099130.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Originally My Data is like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="605"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="28" width="128"&gt;Company&lt;/TD&gt;&lt;TD width="274"&gt;BO&lt;/TD&gt;&lt;TD width="122"&gt;Shop&lt;/TD&gt;&lt;TD width="81"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;"Samsung"&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;BENSON &amp;amp; HEDGES GOLD FF KS FI BOX 400&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000002&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;49.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung'&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;BENSON &amp;amp; HEDGES GOLD FF KS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000006&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;27.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung*&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;CAMEL FF KS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000013&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;29.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;""Samsung""&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;CAMEL FF KS FI BOX 400&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000014&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;53.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Sams'ung&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;CAMEL BLUE LIGHTS KS FI BOX 600&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000017&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;75.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung ' Samsung&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;DAVIDOFF CLASSIC FF KS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000030&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;30.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;"DAVIDOFF GOLD LIGHTS SLIM FI BOX 200"&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000031&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;30.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;DUNHILL BUTTON RED FF KS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000039&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;30.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;DUNHILL INTERNATIONAL BUTTON RED FF KS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000045&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;31.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;FORTUNA RED FF KS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000052&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;27.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;GAULOISES BLONDES BLUE FF KS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000059&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;27.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;GLAMOUR MENTHOL SS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000071&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;Samsung&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;KENT HD SILVER LIGHTS KS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000076&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;30.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;MicroMax&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;L&amp;amp;M RED FF KS FI BOX 200&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000079&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;27.50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="28"&gt;MicroMax&lt;/TD&gt;&lt;TD class="xl63" width="274"&gt;LAMBERT &amp;amp; BUTLER FF KS FI BOX 400&lt;/TD&gt;&lt;TD class="xl63" width="122"&gt;TO00000082&lt;/TD&gt;&lt;TD class="xl64" width="81"&gt;49.50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 14:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-table-to-a-text-file-without-extra-quotes/m-p/163418#M36526</guid>
      <dc:creator>lalitinmbd</dc:creator>
      <dc:date>2014-05-15T14:00:51Z</dc:date>
    </item>
  </channel>
</rss>

