<?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 Command Additional Double Quotes in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/STORE-Command-Additional-Double-Quotes/m-p/1683279#M7978</link>
    <description>&lt;P&gt;I think this might be the expected behaviour, e.g. reading this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Store-table-in-to-txt/m-p/1606981" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Store-table-in-to-txt/m-p/1606981&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It suggests that it is common behaviour when writing a CSV file to wrap any strings which contain 'special characters' in quotes to avoid confusing other systems which may read them.&lt;/P&gt;&lt;P&gt;This probably doesn't help you and I would be happy to be proven wrong and that there is a solution here.&lt;/P&gt;&lt;P&gt;Is this causing you an issue for reading these files into other downstream systems or are you having trouble loading them back into Qlik (in which case maybe you could try 'qvd' instead of 'txt' as the format?).&lt;/P&gt;&lt;P&gt;The only less than ideal workaround I could suggest is using the replace function to either remove the apostrophe or replace it with something else e.g. `.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2020 12:56:18 GMT</pubDate>
    <dc:creator>chrisbrain</dc:creator>
    <dc:date>2020-03-10T12:56:18Z</dc:date>
    <item>
      <title>STORE Command Additional Double Quotes</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/STORE-Command-Additional-Double-Quotes/m-p/1671841#M7976</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;Whenever i have a &lt;STRONG&gt;line containing a single quote&lt;/STRONG&gt; in the text of a resident table,&lt;/P&gt;&lt;P&gt;On using a &lt;STRONG&gt;STORE INTO filename.txt(txt)&amp;nbsp;&lt;/STRONG&gt; it gets wrapped by an additional double quote at the start and end .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How do i get rid of this additional double quote ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have already used windows powershell to get over this double quotes&lt;/P&gt;&lt;P&gt;however when there are 2.4 million records having single quotes it takes 6 hours to remove the double quotes from the text and write to a new file.&lt;/P&gt;&lt;P&gt;I am looking at an option where the double quotes are not appended when storing into text file from Qlikview&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Input:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;COMMIT:&lt;BR /&gt;LOAD DummyCommit AS '--Insert_Statement' INLINE&lt;BR /&gt;[DummyCommit&lt;BR /&gt;'Commit;'&lt;BR /&gt;'EXIT'&lt;BR /&gt;&lt;STRONG&gt;'Bala's'&lt;/STRONG&gt;&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Commit;&lt;BR /&gt;EXIT&lt;BR /&gt;&lt;STRONG&gt;"Bala's"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Commit;&lt;BR /&gt;EXIT&lt;BR /&gt;&lt;STRONG&gt;Bala's&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 20:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/STORE-Command-Additional-Double-Quotes/m-p/1671841#M7976</guid>
      <dc:creator>Balasubramanian</dc:creator>
      <dc:date>2021-12-28T20:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: STORE Command Additional Double Quotes</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/STORE-Command-Additional-Double-Quotes/m-p/1671844#M7977</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10355" target="_blank"&gt;@Darren_Ball&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any inputs on the above query?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 16:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/STORE-Command-Additional-Double-Quotes/m-p/1671844#M7977</guid>
      <dc:creator>Balasubramanian</dc:creator>
      <dc:date>2020-02-03T16:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: STORE Command Additional Double Quotes</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/STORE-Command-Additional-Double-Quotes/m-p/1683279#M7978</link>
      <description>&lt;P&gt;I think this might be the expected behaviour, e.g. reading this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Store-table-in-to-txt/m-p/1606981" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Store-table-in-to-txt/m-p/1606981&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It suggests that it is common behaviour when writing a CSV file to wrap any strings which contain 'special characters' in quotes to avoid confusing other systems which may read them.&lt;/P&gt;&lt;P&gt;This probably doesn't help you and I would be happy to be proven wrong and that there is a solution here.&lt;/P&gt;&lt;P&gt;Is this causing you an issue for reading these files into other downstream systems or are you having trouble loading them back into Qlik (in which case maybe you could try 'qvd' instead of 'txt' as the format?).&lt;/P&gt;&lt;P&gt;The only less than ideal workaround I could suggest is using the replace function to either remove the apostrophe or replace it with something else e.g. `.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 12:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/STORE-Command-Additional-Double-Quotes/m-p/1683279#M7978</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2020-03-10T12:56:18Z</dc:date>
    </item>
  </channel>
</rss>

