<?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 in CSV without double quotes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599638#M1110397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Is there any way to get the csv rid of double quotes automatically after this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 18:52:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-04T18:52:11Z</dc:date>
    <item>
      <title>Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599631#M1110390</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 script which ends by storing formated data in a csv file (delimiter ';') that can later be uploaded in SAP. This is for a recurring job I'd like to get fully automated. It all works fine except that the final csv file contains double quotes around a field. This field is a long text containing a simple quote, which I insert as &amp;amp;chr(39)&amp;amp; in the concatenation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then, whether I make&lt;/P&gt;&lt;P&gt;store * from ExportCSV into ExportCSV.csv (txt, utf8, delimiter is ';')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;store * from ExportCSV into ExportCSV.csv (txt, utf8, delimiter is ';', no quotes)&lt;/P&gt;&lt;P&gt;I get those double quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to overcome this? Or is there other ways, like using a macro to clear the double quotes in the csv afterwards ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 16:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599631#M1110390</guid>
      <dc:creator />
      <dc:date>2014-03-04T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599632#M1110391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it and it works correctly for me (see attached)&lt;/P&gt;&lt;P&gt;or maybe I misunderstood... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 16:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599632#M1110391</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-03-04T16:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599633#M1110392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After more tests, it turned out it's due to a simple quote in this field. I edited original post.&lt;/P&gt;&lt;P&gt;But that's the way this field should be, and without the double quotes when I store it. Is there a trick to deal with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599633#M1110392</guid>
      <dc:creator />
      <dc:date>2014-03-04T17:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599634#M1110393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work for me, can you upload a sample set of data to test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599634#M1110393</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2014-03-04T17:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599635#M1110394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hi, I tested &lt;A href="https://community.qlik.com/qlik-users/134080"&gt;Ioannis Giakoumakis&lt;/A&gt; example and it works, however, your issue could be with something else, could you upload a sample of your data please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599635#M1110394</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-03-04T17:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599636#M1110395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answers. Problem appears exactly when I add a text field containing a simple quote, example in attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 18:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599636#M1110395</guid>
      <dc:creator />
      <dc:date>2014-03-04T18:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599637#M1110396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Single and double quotes are part of Qlikview's reserve literals to identify strings. That is the reason why it adds double quotes to your csv file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 18:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599637#M1110396</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2014-03-04T18:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599638#M1110397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Is there any way to get the csv rid of double quotes automatically after this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 18:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599638#M1110397</guid>
      <dc:creator />
      <dc:date>2014-03-04T18:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599639#M1110398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe using purgechar() before exporting to csv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 19:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599639#M1110398</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-03-04T19:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599640#M1110399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This field is meant to be transmitted to SAP in the end with the simple quote. Is there a way through a QV macro to either clean the csv or add the quote in csv afterwards?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 19:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599640#M1110399</guid>
      <dc:creator />
      <dc:date>2014-03-04T19:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599641#M1110400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem - even worse, the contents of every field that contains a string must be enclosed in double quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fortunately, I do not need to automate the export. What I did is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Prepare the table in the Script&lt;/P&gt;&lt;P&gt;- Have a table box that contains the table&lt;/P&gt;&lt;P&gt;- Klick on the "Send to Excel" icon in the table box's title bar&lt;/P&gt;&lt;P&gt;- select the required columns in excel, Copy and Paste into an editor, Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up adding a "RecNo" column to my table, sorting according to it in the table box and leaving it out when copying in Excel. Without that, the order in the Excel export seemed to be unpredictable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 09:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599641#M1110400</guid>
      <dc:creator />
      <dc:date>2014-05-13T09:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599642#M1110401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Ideas How to resolve this problem??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 09:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599642#M1110401</guid>
      <dc:creator>lalitinmbd</dc:creator>
      <dc:date>2014-05-14T09:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599643#M1110402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we avoid these double quotes as the file needs to be used in a separate system.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 09:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599643#M1110402</guid>
      <dc:creator>lalitinmbd</dc:creator>
      <dc:date>2014-05-14T09:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599644#M1110404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have seen looking around many post the same issue since 2013 and I really feeling shocking that qlik has not declare an oficial solution. I have the same issue and this issue has generated several questioning around my company to prospect to migrate a qlik environment. Another developer is just working now in an PHP cron that solve the problem. Quotes 1, QLIK 0.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 11:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599644#M1110404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-17T11:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599645#M1110406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried some kind of 'exotic' delimiter like '&amp;amp;'?&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/599645#M1110406</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2018-10-31T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Store in CSV without double quotes</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/1924759#M1218726</link>
      <description>&lt;P&gt;This way worked for me.&lt;/P&gt;
&lt;P&gt;LET vDoubleQuote = Chr(10);&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;FACTS:&lt;BR /&gt;LOAD&lt;BR /&gt;CRM_CODE,&lt;BR /&gt;'$(vDoubleQuote)'&amp;amp;ProductPackName&amp;amp;'$(vDoubleQuote)' as ProductPack,&lt;BR /&gt;'$(vDoubleQuote)'&amp;amp;'SELLOUT'&amp;amp;'$(vDoubleQuote)' as METRIC,&lt;BR /&gt;'$(vDoubleQuote)'&amp;amp;left(cod_date_operation,4)&amp;amp;'$(vDoubleQuote)' as Year,&lt;BR /&gt;'$(vDoubleQuote)'&amp;amp;right(cod_date_operation,2)&amp;amp;'$(vDoubleQuote)' as Month,&lt;BR /&gt;&lt;BR /&gt;If(IsNull(#SellOut_Units),0,#SellOut_Units) as VALUE&lt;BR /&gt;Resident&amp;nbsp;FactsTransact;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;STORE FACTS into Facts.csv (txt, delimiter is '|');&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 18:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-CSV-without-double-quotes/m-p/1924759#M1218726</guid>
      <dc:creator>quaresmar</dc:creator>
      <dc:date>2022-04-29T18:33:17Z</dc:date>
    </item>
  </channel>
</rss>

