<?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 Ansi codification in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259731#M98048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 14:08:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-06T14:08:16Z</dc:date>
    <item>
      <title>Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259723#M98040</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'm trying to store a table in ansi codification but when I open the file with notepad++ it appears in utf8 format,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the scriptline i'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store&amp;nbsp;&amp;nbsp; "ga" into 'E:\QlikView\Development\filename.csv' (codepage is 1252,txt,delimiter is ';');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried too :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store&amp;nbsp;&amp;nbsp; "ga" into 'E:\QlikView\Development\filename.csv' (ansi, txt, delimiter is ';');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I've selected 'ansi' in the menus "&lt;EM&gt;Document propperties--&amp;gt;general--&amp;gt;character to export&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;and in&amp;nbsp; "&lt;EM&gt;User preferences--&amp;gt;Export--&amp;gt;Codification&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any aidea??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 09:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259723#M98040</guid>
      <dc:creator />
      <dc:date>2011-07-06T09:44:46Z</dc:date>
    </item>
    <item>
      <title>Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259724#M98041</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;&amp;nbsp;&amp;nbsp; Just try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; store&amp;nbsp; ga into E:\QlikView\Development\filename.csv(txt);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 09:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259724#M98041</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-06T09:52:30Z</dc:date>
    </item>
    <item>
      <title>Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259725#M98042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried but still store the file in utf8 format...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 10:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259725#M98042</guid>
      <dc:creator />
      <dc:date>2011-07-06T10:14:03Z</dc:date>
    </item>
    <item>
      <title>Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259726#M98043</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;&amp;nbsp;&amp;nbsp; According to the help file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; When you use store command to export the data into CSv it will always be in UTF8 Format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;"A QVD or a CSV file can be created by a &lt;SPAN class="Bold"&gt;store&lt;/SPAN&gt; statement in the script. The statement will create an explicitly named QVD or CSV file. The statement can only export fields from one logical table. The text values are exported to the CSV file in UTF-8 format."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you want you can create a macro to store the file in such way. And call that macro on every load operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 11:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259726#M98043</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-06T11:28:34Z</dc:date>
    </item>
    <item>
      <title>Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259727#M98044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I didn't see it, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have an example of a macro to convert the file codification?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 11:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259727#M98044</guid>
      <dc:creator />
      <dc:date>2011-07-06T11:35:54Z</dc:date>
    </item>
    <item>
      <title>Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259728#M98045</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;&amp;nbsp;&amp;nbsp; No Not at the moment but sure i will upload if i get the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 11:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259728#M98045</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-06T11:45:55Z</dc:date>
    </item>
    <item>
      <title>Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259729#M98046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all Kaushik!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 11:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259729#M98046</guid>
      <dc:creator />
      <dc:date>2011-07-06T11:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259730#M98047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use the following code in a module. You will need to define three variables in the qlikview document to provide the path and filenames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Public Sub ConvertInterFaceFileUTF8toANSI()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; Dim StrText&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; Dim adReadAll&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; Dim adSaveCreateOverWrite&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; Dim adTypeBinary&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; Dim adTypeText&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; Dim adWriteChar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; Dim DestDir&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; Dim UTF8FName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; Dim ANSIFName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; DestDir = ActiveDocument.GetVariable("vInterfaceFileDirectory").getcontent.string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; UTF8FName = ActiveDocument.GetVariable("vInterFaceUTF8FileName").getcontent.string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; ANSIFName = ActiveDocument.GetVariable("vInterfaceFileName").getcontent.string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; adReadAll = -1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; adSaveCreateOverWrite = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; adTypeBinary = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; adTypeText = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; adWriteChar = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; With CreateObject("ADODB.Stream")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .Open&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .Type = adTypeBinary&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .LoadFromFile DestDir &amp;amp; UTF8FName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .Type = adTypeText&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .Charset = "utf-8"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; strText = .ReadText(adReadAll)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .Position = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .SetEOS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .Charset = "_autodetect" 'Use current ANSI codepage.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .WriteText strText, adWriteChar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .SaveToFile DestDir &amp;amp; ANSIFName, adSaveCreateOverWrite&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; .Close&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;End sub&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 12:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259730#M98047</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2011-07-06T12:56:11Z</dc:date>
    </item>
    <item>
      <title>Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259731#M98048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 14:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259731#M98048</guid>
      <dc:creator />
      <dc:date>2011-07-06T14:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259732#M98049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. You've helped me out of a sticky situation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 11:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259732#M98049</guid>
      <dc:creator />
      <dc:date>2012-06-29T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259733#M98050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this tool can help you &lt;A href="https://community.qlik.com/docs/DOC-3712"&gt;utf8_to_ansi&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 12:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259733#M98050</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-01-23T12:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ansi codification</title>
      <link>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259734#M98051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please make a example in QV. I don't know how to work with your script. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 08:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ansi-codification/m-p/259734#M98051</guid>
      <dc:creator>tiklabaq</dc:creator>
      <dc:date>2016-02-10T08:34:19Z</dc:date>
    </item>
  </channel>
</rss>

