<?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: Store table in to *.txt in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1614792#M445354</link>
    <description>&lt;P&gt;Hey guys, the following Design Blog post may shed a little further light upon things here, from a more official stance, there is a subsequent link at the bottom of the post to another post as well, but I thought this one might be a bit more pertinent in regards to what you were experiencing, hope it may help a bit more:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Escape-sequences/ba-p/1469770" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Escape-sequences/ba-p/1469770&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You guys are definitely on the right track with things.&amp;nbsp; The only other thing of which I can think that is in play here would be the following:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/script-syntax.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/script-syntax.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In particular the BNF section, but maybe some of the others help here too...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2019 12:32:52 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-08-21T12:32:52Z</dc:date>
    <item>
      <title>Store table in to *.txt</title>
      <link>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1606981#M444802</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have scrip that loads and organize the date. In one point it puts all the data needed in one small table and then stores it in txt file:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;store * from TABLE into C:\TABLE.txt (txt, delimiter is ';');&lt;/LI-CODE&gt;&lt;P&gt;Now it works just fine, but for no reason it chooses to put some comments between these things - "".&lt;/P&gt;&lt;P&gt;Looking trough all the steps that data goes through, these things don't show up anywhere except for when it is stored in txt.&lt;/P&gt;&lt;P&gt;Is this a bug, or am I missing something in this process?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1606981#M444802</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2024-11-16T02:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Store table in to *.txt</title>
      <link>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1607027#M444807</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Normally in text files any string type field that contains characters that could mean something else, like the field delimiters, will be wrapped with " characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 13:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1607027#M444807</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2019-07-29T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Store table in to *.txt</title>
      <link>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1607442#M444840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the answer, looks like it is the solution.&lt;/P&gt;&lt;P&gt;The only thing is that, I saw in the comment, it had ";" and a double space that seemed out of place. By removing them, it didn't help. But once I removed all the symbols&amp;nbsp;&lt;STRONG&gt; &lt;EM&gt;; - ( ) , .&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;and the double spacing, also replacing every space in with a comma and then replacing it back to space only then it removed the quotation marks from the txt file.&lt;/P&gt;&lt;P&gt;Do you have any idea why it was still putting it in the quotation marks?&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Kunkulis&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 11:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1607442#M444840</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2019-07-30T11:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Store table in to *.txt</title>
      <link>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1607449#M444842</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A lot of characters can have special meanings to various systems and because what ever method has been used in Qlikview does not know what the txt file is going to be used for it seems to play safe and puts the double quote character around any text that contains these sort of special characters as this is the most common way used to stop the characters being misread when the file is used for input.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 11:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1607449#M444842</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2019-07-30T11:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Store table in to *.txt</title>
      <link>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1614792#M445354</link>
      <description>&lt;P&gt;Hey guys, the following Design Blog post may shed a little further light upon things here, from a more official stance, there is a subsequent link at the bottom of the post to another post as well, but I thought this one might be a bit more pertinent in regards to what you were experiencing, hope it may help a bit more:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Escape-sequences/ba-p/1469770" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Escape-sequences/ba-p/1469770&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You guys are definitely on the right track with things.&amp;nbsp; The only other thing of which I can think that is in play here would be the following:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/script-syntax.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/script-syntax.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In particular the BNF section, but maybe some of the others help here too...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 12:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-table-in-to-txt/m-p/1614792#M445354</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-21T12:32:52Z</dc:date>
    </item>
  </channel>
</rss>

