<?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: CSV-Export just .txt not real csv?! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452691#M168946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the problem stems from Qlikview only 'storing' in UTF-8 format for text files.&amp;nbsp; When loading FROM csv you can change the codepage to whatever you need, but you cannot do it (as far as I know) in a store command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open a csv created by a store command in MS Word in Windows Default Text encoding, you will see the following characters at the beginning ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10.5pt;"&gt;ï»¿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... which signify the Byte Order Mark (BOM) of the Unicode Standard. Specifically it is the hex bytes EF BB BF, which form the UTF-8 representation of the BOM (source - &lt;A href="http://forum.joomla.org/viewtopic.php?t=275353"&gt;http://forum.joomla.org/viewtopic.php?t=275353&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any settings in your application that can allow for this?&amp;nbsp; Alternatively you may need to build a batch file to open the file in notepad and re-save it with ANSI encoding. Then it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2012 17:39:30 GMT</pubDate>
    <dc:creator>flipside</dc:creator>
    <dc:date>2012-09-28T17:39:30Z</dc:date>
    <item>
      <title>CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452686#M168941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got a real problem. &lt;/P&gt;&lt;P&gt;I want to export my tables as csv-files to input them into another application (not Qlikview).&lt;/P&gt;&lt;P&gt;However, I export them with the following:&lt;/P&gt;&lt;P&gt;STORE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt; fields &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;Table&lt;/P&gt;&lt;P&gt;into&lt;/P&gt;&lt;P&gt;Table.csv (txt, delimiter is ';' );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the other application wants just real csv-files and does not "see" the stored ones. If I open them in Excel after stored from QV and say "Save" and close them it looks like the csv-file is just a text file with csv-ending because when I do "Save As" the selected file-type is "Unicode Text (*txt)" but I requested "*.csv". Anyone knows how I can export real csv-files. &lt;/P&gt;&lt;P&gt;The problem is that I can start the other application via QV-Script and that should work without manual work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Micha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 11:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452686#M168941</guid>
      <dc:creator>richters</dc:creator>
      <dc:date>2012-09-28T11:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452687#M168942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unicode Text just means that it's encoded as UTF-8. It's still an csv file (actually semicolon separated instead of comma separated). If you specify a file name with a .csv extension other applications will see it as a csv file too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 11:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452687#M168942</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-09-28T11:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452688#M168943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the problem is, that this particular application doesnt see it until I resave it with Excel. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 12:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452688#M168943</guid>
      <dc:creator>richters</dc:creator>
      <dc:date>2012-09-28T12:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452689#M168944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Why do you use ';' as a delimiter ? CSV means &lt;STRONG&gt;c&lt;/STRONG&gt;omma-&lt;STRONG&gt;s&lt;/STRONG&gt;eparated-&lt;STRONG&gt;v&lt;/STRONG&gt;alues, try using comma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 15:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452689#M168944</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-28T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452690#M168945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Micha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a .csv file is indeed just a plain text file:&lt;/P&gt;&lt;P&gt;&lt;A class="loading active_link" href="http://en.wikipedia.org/wiki/Comma-separated_values" title="http://en.wikipedia.org/wiki/Comma-separated_values"&gt;http://en.wikipedia.org/wiki/Comma-separated_values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you need to open and store in excel, are you changing the file format / file extension herewith (please check out the real file extension, Windows allows hiding known file extensions in explorer from the user)?&lt;/P&gt;&lt;P&gt;Maybe your other application expects either an excel file (.xls or .xlsx) or a csv file but with other file extension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post a sample file here to the forum (one original file exported from qvw, one imported and saved from Excel)? An upload option is available from advanced editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 16:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452690#M168945</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-28T16:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452691#M168946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the problem stems from Qlikview only 'storing' in UTF-8 format for text files.&amp;nbsp; When loading FROM csv you can change the codepage to whatever you need, but you cannot do it (as far as I know) in a store command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open a csv created by a store command in MS Word in Windows Default Text encoding, you will see the following characters at the beginning ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10.5pt;"&gt;ï»¿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... which signify the Byte Order Mark (BOM) of the Unicode Standard. Specifically it is the hex bytes EF BB BF, which form the UTF-8 representation of the BOM (source - &lt;A href="http://forum.joomla.org/viewtopic.php?t=275353"&gt;http://forum.joomla.org/viewtopic.php?t=275353&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any settings in your application that can allow for this?&amp;nbsp; Alternatively you may need to build a batch file to open the file in notepad and re-save it with ANSI encoding. Then it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 17:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452691#M168946</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-09-28T17:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452692#M168947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think flipside is totally right. Is there a way to change the storing format from UTF-8 to ANSI like it is allowed in the LOAD-command? I think it is totally a QV-problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI: I changed it from ';' to ',' before open a thread here, this was not a solution. It didn't change anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 05:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452692#M168947</guid>
      <dc:creator>richters</dc:creator>
      <dc:date>2012-10-01T05:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452693#M168948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The help menu suggests this cannot be changed so you would need to go to Qliktech to see if it can be overridden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to specify a codepage in a macro if you can get this working ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sub ExportToCSV&lt;BR /&gt;&lt;BR /&gt;set tb = ActiveDocument.GetSheetObject("TB99")&lt;BR /&gt;tb.Export "Final.csv",",",0&lt;BR /&gt;&lt;BR /&gt;end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where 0 = ANSI, 1200 =&amp;nbsp; Unicode, 65001 = UTF-8.&amp;nbsp; You might need ServerSideExport or ServerSideExportEx on a server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 14:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452693#M168948</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-10-01T14:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452694#M168949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Flipside..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i convert the TEXT Format into CSV Format....Actually i have created a schduler task in Qlikview Server and the Log File for that am getting in TaskName.Text....i need to convert that into csv format..Pls its urgent..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 05:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452694#M168949</guid>
      <dc:creator />
      <dc:date>2015-02-26T05:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452695#M168950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is saved my life.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 08:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452695#M168950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-30T08:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: CSV-Export just .txt not real csv?!</title>
      <link>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452696#M168951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you make a example in QV. I need this makro, but I don't know how to create it in QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 07:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CSV-Export-just-txt-not-real-csv/m-p/452696#M168951</guid>
      <dc:creator>tiklabaq</dc:creator>
      <dc:date>2016-02-10T07:56:12Z</dc:date>
    </item>
  </channel>
</rss>

