<?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: CodePage flat file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594717#M683222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you "cut" the file or do several loads (with a WHERE statement) so that you can apply several code pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2014 18:01:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-03T18:01:42Z</dc:date>
    <item>
      <title>CodePage flat file</title>
      <link>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594716#M683221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a flat file containing datas from China, Korea, Taiwan, Hong Kong and Singapore. Name of poeple should be in his own language. For Chinese Korean and Taiwanese, i can not get a good result (for others countries, values are in latin).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i load the file the codepage is set for all value but it's not the same for thoses languages. I tried to use applycodepage, but without succes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody got an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 17:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594716#M683221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T17:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: CodePage flat file</title>
      <link>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594717#M683222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you "cut" the file or do several loads (with a WHERE statement) so that you can apply several code pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 18:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594717#M683222</guid>
      <dc:creator />
      <dc:date>2014-03-03T18:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: CodePage flat file</title>
      <link>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594718#M683223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabrice, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, thks for replying.&lt;/P&gt;&lt;P&gt;Several files or load is going to work for sure. I was trying to load file at once... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 21:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594718#M683223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T21:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: CodePage flat file</title>
      <link>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594719#M683224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Force the unicode format in the load statement wiht the 'utf8' keyword.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;(txt, &lt;STRONG&gt;utf8&lt;/STRONG&gt;, embedded labels, delimiter is '\t', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 21:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594719#M683224</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-03-03T21:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: CodePage flat file</title>
      <link>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594720#M683225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried utf8/7 or unicode and values are not properly reconized after load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 21:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CodePage-flat-file/m-p/594720#M683225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T21:40:42Z</dc:date>
    </item>
  </channel>
</rss>

