<?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: Extra double quotes when store as TXT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889217#M654883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;better solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;remove txt :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Test INTO [Test.xml];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 11:27:47 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2015-07-16T11:27:47Z</dc:date>
    <item>
      <title>Extra double quotes when store as TXT</title>
      <link>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889215#M654881</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 have a problem when store a string as txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable with XML content inside. When I store this, via a table, to txt, QlikView add after every double quote an extra double quote. That makes that my generated file not usefull anymore. And at the begin and the end QlikView add also a double quote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached my simpel example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Halmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889215#M654881</guid>
      <dc:creator>qlikhalmar</dc:creator>
      <dc:date>2015-07-16T11:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extra double quotes when store as TXT</title>
      <link>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889216#M654882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;replace double quotes with Chr(34)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vXML = &lt;/P&gt;&lt;P&gt;'&amp;lt;?xml version=' &amp;amp; chr(34) &amp;amp; '1......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889216#M654882</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-07-16T11:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extra double quotes when store as TXT</title>
      <link>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889217#M654883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;better solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;remove txt :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Test INTO [Test.xml];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889217#M654883</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-07-16T11:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extra double quotes when store as TXT</title>
      <link>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889218#M654884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to the text format conversion for the space its adding the "" with it...&lt;/P&gt;&lt;P&gt;store directly as .xml without (txt)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889218#M654884</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-16T11:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extra double quotes when store as TXT</title>
      <link>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889219#M654885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STORE .... (txt) stores a comma separated file with normal quoting rules (msq). Because the file only contains a single 'field', and this field contains commas and quotes, the field is quoted (double quotes at the start and end), and doubling up internal double quotes to 'escape' them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the delimiter, but I don't think you can change the quoting rules to no quotes. XML will accept single quotes, so you could try using single quotes like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vXML = '&amp;lt;?xml version=''1.0'' encoding=''utf-8'' ?&amp;gt;' &amp;amp; CHR(10) &amp;amp; '&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;configuration&amp;gt;' &amp;amp; CHR(10) &amp;amp; '&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;configSections&amp;gt;' &amp;amp; CHR(10) &amp;amp; '&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;sectionGroup name=''applicationSettings'' .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that ''1'' is a 1 surrounded with two single quotes on each side to escape the single quote and is less complicated than embedding chr(x) statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889219#M654885</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-16T11:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extra double quotes when store as TXT</title>
      <link>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889220#M654886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ioannis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working because QlikView now adds the XML-header to the generated XML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick with chr(34) is also not working since the extra quotes are added during the store statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extra-double-quotes-when-store-as-TXT/m-p/889220#M654886</guid>
      <dc:creator>qlikhalmar</dc:creator>
      <dc:date>2015-07-16T11:38:01Z</dc:date>
    </item>
  </channel>
</rss>

