<?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 Character mapping hexadecimal in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Character-mapping-hexadecimal/m-p/266564#M496252</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 the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mapping_table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;x,y&lt;/P&gt;&lt;P&gt;(HEX)DEBB, ö&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;STRONG&gt;table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD @1 as name&lt;/P&gt;&lt;P&gt;FROM [file.txt] (txt, ansi, codepage is 1252, no labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to map the field 'name' to replace some serious characters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD mapsubstring('mapping_table', name) as nameNew&lt;/P&gt;&lt;P&gt;RESIDENT table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid failures through interpreting by qlikview a hexadecimal value is necessary. In the end the serious characters should be shown as ä,ö,ü,ß, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿Can anyone help me to replace the characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 09:33:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-09T09:33:45Z</dc:date>
    <item>
      <title>Character mapping hexadecimal</title>
      <link>https://community.qlik.com/t5/QlikView/Character-mapping-hexadecimal/m-p/266564#M496252</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 the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mapping_table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;x,y&lt;/P&gt;&lt;P&gt;(HEX)DEBB, ö&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;STRONG&gt;table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD @1 as name&lt;/P&gt;&lt;P&gt;FROM [file.txt] (txt, ansi, codepage is 1252, no labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to map the field 'name' to replace some serious characters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD mapsubstring('mapping_table', name) as nameNew&lt;/P&gt;&lt;P&gt;RESIDENT table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid failures through interpreting by qlikview a hexadecimal value is necessary. In the end the serious characters should be shown as ä,ö,ü,ß, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿Can anyone help me to replace the characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 09:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-mapping-hexadecimal/m-p/266564#M496252</guid>
      <dc:creator />
      <dc:date>2012-02-09T09:33:45Z</dc:date>
    </item>
    <item>
      <title>Character mapping hexadecimal</title>
      <link>https://community.qlik.com/t5/QlikView/Character-mapping-hexadecimal/m-p/266565#M496253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide a sample text file that you want to load and map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 09:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-mapping-hexadecimal/m-p/266565#M496253</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-09T09:49:52Z</dc:date>
    </item>
    <item>
      <title>Character mapping hexadecimal</title>
      <link>https://community.qlik.com/t5/QlikView/Character-mapping-hexadecimal/m-p/266566#M496254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sry, this is currently not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The txt.file was copied from a unix / z/os system to a windows system, so there is a problem with the utf-8 standard. The characters ä, ö, ü are displayed very serious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing 'ansi' to 'utf-8' or 'oem' in the load script doesn't fix the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 11:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-mapping-hexadecimal/m-p/266566#M496254</guid>
      <dc:creator />
      <dc:date>2012-02-09T11:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Character mapping hexadecimal</title>
      <link>https://community.qlik.com/t5/QlikView/Character-mapping-hexadecimal/m-p/266567#M496255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm trying to replace special characters to normal characters in a text file. I've only the HEX-Code of the special characters.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have the following example table: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1: &lt;/P&gt;&lt;P&gt;LOAD * INLINE [ field1 &lt;/P&gt;&lt;P&gt;abc*356, &lt;/P&gt;&lt;P&gt;dsfsdf*45$6 ]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result should be: &lt;/P&gt;&lt;P&gt;abc\356, &lt;/P&gt;&lt;P&gt;dsfsdf\45$6 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have the following script: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping: &lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;x, y &lt;/P&gt;&lt;P&gt;(Hex)42, \&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Replace '*' with '\' &lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2: &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;mapsubstring('Mapping', @1) as field1 &lt;/P&gt;&lt;P&gt;FROM D:\xyz.txt (txt, codepage is 1252, no labels, delimiter is '|', msq, no eof); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that (Hex)42 would not be interpreted correctly in mapping tables. The character '*' is only an example to show you the problem. The special characters of the original text file isn't representable. I only know the HEX-Code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 10:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Character-mapping-hexadecimal/m-p/266567#M496255</guid>
      <dc:creator />
      <dc:date>2012-02-13T10:07:52Z</dc:date>
    </item>
  </channel>
</rss>

