<?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 to csv - quotes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054312#M936526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can vote for this idea and hope it's getting implemented soon..&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="3541" __jive_macro_name="idea" class="jive_macro jive_macro_idea" data-orig-content="STORE &amp;quot;no quotes&amp;quot; and &amp;quot;no header&amp;quot; format-spec options" href="https://community.qlik.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 13:18:04 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-02-17T13:18:04Z</dc:date>
    <item>
      <title>STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054310#M936524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a '|' separated csv file with each field value within quotes to allow upload to a central database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Store command creates the csv file, but the quotes that I have included with each value are written inside additional sets of quotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I want to export a field value "ABC", the resultant csv file actually contains """ABC"""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to prevent this happening without any further actions after my script has executed? (I don't want to use macros or have to process the file again in VB etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to include a 'no quotes' parameter to my Store command to no avail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The STORE command I am using is similar to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE MyTable INTO mycsvfile.csv (txt, delimiter is '|');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 12:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054310#M936524</guid>
      <dc:creator>markadavies</dc:creator>
      <dc:date>2016-02-17T12:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054311#M936525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all fields contain quotes, you could do:&lt;/P&gt;&lt;P&gt;replace(Field,'"','') as Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would remove the quotes from the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 13:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054311#M936525</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2016-02-17T13:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054312#M936526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can vote for this idea and hope it's getting implemented soon..&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="3541" __jive_macro_name="idea" class="jive_macro jive_macro_idea" data-orig-content="STORE &amp;quot;no quotes&amp;quot; and &amp;quot;no header&amp;quot; format-spec options" href="https://community.qlik.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 13:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054312#M936526</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-17T13:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054313#M936527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A workaround could be to create already your table in this way, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;csvTable:&lt;/P&gt;&lt;P&gt;Load F1 &amp;amp; '|' &amp;amp; F2 &amp;amp; '|' &amp;amp; F3 &amp;amp; '|' &amp;amp; F4 ... as csvField From xyz;&lt;/P&gt;&lt;P&gt;store ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 13:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054313#M936527</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-17T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054314#M936528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only problem is that produces a header line in line 1 reading csvField. One possible workaround&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;csvTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load F1 &amp;amp; '|' &amp;amp; F2 &amp;amp; '|' &amp;amp; F3 &amp;amp; '|' &amp;amp; F4 ... as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[F1|F2|F3|F4]&lt;/SPAN&gt; From xyz;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store ...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;but I think the F1 and F4 fields will contain the square brackets [F1 and F4]...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 13:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054314#M936528</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-02-17T13:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054315#M936529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course, you are right and it might need a combination from double-quotes, square-brakets and grave accents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 13:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054315#M936529</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-17T13:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054316#M936530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... so it looks like this is a well known issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have voted as you suggest, have you any idea if Qlik have indicated any intention to look at this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 14:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054316#M936530</guid>
      <dc:creator>markadavies</dc:creator>
      <dc:date>2016-02-17T14:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054317#M936531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good idea Marcus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried it but it does not get around the issue unfortunately&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks as though there is a well known issue, and trawling the community there are a number of similar queries that are unanswered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There just is not enough control over the output when using the STORE command, QlikView will encapsulate quotes within another set of quotes wherever it finds them. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 14:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054317#M936531</guid>
      <dc:creator>markadavies</dc:creator>
      <dc:date>2016-02-17T14:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054318#M936532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if you really needs quotes if you used '|' as delimiter - or maybe another unique char which is very unlikely to be within the data (such a other unique char could be also used as a quotes-replacing which in a further processing could be reversed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 08:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054318#M936532</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-18T08:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054319#M936533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I do need to include quotes as it is the specification for files that will be imported into a central database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I find any work around I will update the thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 09:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054319#M936533</guid>
      <dc:creator>markadavies</dc:creator>
      <dc:date>2016-02-22T09:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054320#M936534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&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&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 11:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1054320#M936534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-17T11:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: STORE to csv - quotes</title>
      <link>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1528182#M936535</link>
      <description>&lt;P&gt;Yes, as no solution was forthcoming I have now created the file within SSIS rather than QlikView. Originally I did not have SQL Server to be able to do this so was reliant on QlikView.&lt;/P&gt;&lt;P&gt;Very much get the impression that Qlik are not very interested in such matters unfortunately.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 08:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STORE-to-csv-quotes/m-p/1528182#M936535</guid>
      <dc:creator>markadavies</dc:creator>
      <dc:date>2019-01-09T08:14:00Z</dc:date>
    </item>
  </channel>
</rss>

