<?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: How to replace chrw(65533) during load from dbf-file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159607#M892911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use keepchar() to filter yor data - maybe in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chars:&lt;/P&gt;&lt;P&gt;load concat(Char, '') as Char;&lt;/P&gt;&lt;P&gt;load chr(recno() + 31) as Char autogenerate 255 - 31;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vChar = peek('Char', 0, 'Chars');&lt;/P&gt;&lt;P&gt;drop table Chars;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load keepchar(AnyChars, '$(vChar)') as AnyChars inline [&lt;/P&gt;&lt;P&gt;AnyChars&lt;/P&gt;&lt;P&gt;a�a�a&lt;/P&gt;&lt;P&gt;b�b&lt;/P&gt;&lt;P&gt;c�c&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 20:11:11 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-08-09T20:11:11Z</dc:date>
    <item>
      <title>How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159601#M892900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the problem that the data I am loading from a dbf file do contain the &lt;STRONG&gt;replacement character&lt;/STRONG&gt; �.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The loaded data are e.g. peoples name strings, they do only contain the first letter, then it ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only found out this by using Excel power query for a trial load.&lt;/P&gt;&lt;P&gt;In power query I can see that every second char is this replacement character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have an advice for me how I could eliminate this replacement character during the load into Qlikview from the dbf file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159601#M892900</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159602#M892902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jörg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple Replace will not help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14707664680067572" jivemacro_uid="_14707664680067572"&gt;
&lt;P&gt;Characters:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;ID,&lt;/P&gt;
&lt;P&gt;Replace(Text,'�','') as Text&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Text&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, test&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, test2�&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, hello�&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, aaaaa�&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Kuba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159602#M892902</guid>
      <dc:creator />
      <dc:date>2016-08-09T18:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159603#M892903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Dear Kuba&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Unfortunately not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;ID&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;replace&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;NAME&lt;/SPAN&gt;,'�','') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;NAME&lt;/SPAN&gt;;&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;SQL&lt;/STRONG&gt; SELECT ID, NAME&lt;BR /&gt; &lt;/SPAN&gt;FROM&amp;nbsp; &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;`xxxx`&lt;/SPAN&gt;&lt;SPAN&gt;\`5EMPL`; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;still gives me only the first letter of the Name field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The dbf source, when I open it in Excel and run a query on it with power query I can see the character:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134098_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Joerg&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159603#M892903</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2016-08-09T18:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159604#M892905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do attach an example of the dbf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe somebody has another idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159604#M892905</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2016-08-09T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159605#M892908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I installed ODBC driver and loaded file into qlikview. even on preview only first letters are showed, as you describe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I forced it to work, was to:&lt;/P&gt;&lt;P&gt;1. open your file using Libre Office&lt;/P&gt;&lt;P&gt;2. Saving it as ods file&lt;/P&gt;&lt;P&gt;3. Opening ods file and saving again as dbf (Unicode UTF8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DBF file created this way was properly recognised by QV. But if you could do it like that you would probably just saved it as excel in the first place and did not bother with DBF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Kuba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159605#M892908</guid>
      <dc:creator />
      <dc:date>2016-08-09T19:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159606#M892909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kuba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feared already that there might be no solution to load it directly into Qlikview.&lt;/P&gt;&lt;P&gt;Have implemented days ago a macro to import the dbf into Excel, remove this replacement character and replace also others, but this is even for a single file somehow a bit complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, thanks a lot for your efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159606#M892909</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2016-08-09T19:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159607#M892911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use keepchar() to filter yor data - maybe in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chars:&lt;/P&gt;&lt;P&gt;load concat(Char, '') as Char;&lt;/P&gt;&lt;P&gt;load chr(recno() + 31) as Char autogenerate 255 - 31;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vChar = peek('Char', 0, 'Chars');&lt;/P&gt;&lt;P&gt;drop table Chars;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load keepchar(AnyChars, '$(vChar)') as AnyChars inline [&lt;/P&gt;&lt;P&gt;AnyChars&lt;/P&gt;&lt;P&gt;a�a�a&lt;/P&gt;&lt;P&gt;b�b&lt;/P&gt;&lt;P&gt;c�c&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159607#M892911</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-08-09T20:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159608#M892912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with your proposal Marcus,&lt;/P&gt;&lt;P&gt;but unfortunately still get only the first letter from the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159608#M892912</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2016-08-10T07:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159609#M892914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion worked on a field-level and could be generally extended to a file-level by loading the file with fixed lenghts and cleaning/adjusting while these load. Afterwards this could be stored or read from the document but in your case simply appiled it would destroy the specific file-structures from the dbf-file. It might be possible with a detailed knowledge of these file-structure to build a working load-statement but the efforts would be enormously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I think you will need an approach like suggested by &lt;A href="https://community.qlik.com/qlik-users/188414"&gt;jakub.szurogajlo&lt;/A&gt; (natively opened by an appropriate tool and storing within a different format - maybe automated with some macro-stuff).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159609#M892914</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-08-10T07:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159610#M892916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you and will try to solve it with Excel macros to store it in a different format&lt;/P&gt;&lt;P&gt;and then load it from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159610#M892916</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2016-08-10T08:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159611#M892917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty sure the result we are observing in QV is caused by a bug in ODBC driver itself, because first letters show up in preview itself:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="134232" alt="Screen Shot 08-10-16 at 07.54 PM.PNG" class="jive-image image-1" src="/legacyfs/online/134232_Screen Shot 08-10-16 at 07.54 PM.PNG" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same is in Excel, when using ODBC:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="134233" alt="Screen Shot 08-10-16 at 07.56 PM.PNG" class="jive-image image-2" src="/legacyfs/online/134233_Screen Shot 08-10-16 at 07.56 PM.PNG" style="height: 153px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can look for some custom ODBC DBF connector, or you will need to convert your DBF to sth else &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;BR,&lt;/P&gt;&lt;P&gt;Kuba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 17:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159611#M892917</guid>
      <dc:creator />
      <dc:date>2016-08-10T17:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159612#M892919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kuba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will investigate further.&lt;/P&gt;&lt;P&gt;At the Moment the only Chance is to load or open it in Excel and to eliminate the replacement character with a macro using the command&lt;/P&gt;&lt;P&gt;.Cells.Replace What:=ChrW(65533), replacement:="", Lookat:=xlPart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even trying to open the dbf in Excel and to save it as a Unicode text file gives the same problems.&lt;/P&gt;&lt;P&gt;The � remains in the strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow, for the Moment being, thank you all for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 20:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159612#M892919</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2016-08-10T20:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159613#M892920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it's a matter of specifying the charset within the driver to handle special chars and things like BOM: &lt;A href="https://community.qlik.com/message/1004804"&gt;Re: Chargement de fichier avec des caractères&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 04:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159613#M892920</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-08-11T04:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159614#M892921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Marcus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if this is the correct way how I set the charset in the connection string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ODBC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;CONNECT32&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[5EMPL.dbf]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;CharSet&lt;/EM&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UTF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;8;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(65533),'') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIRSTNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT *&lt;BR /&gt; FROM &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;`xxx\DATEN`&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;\`5EMPL`; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But again the replace command does not work, only the first letter appears.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Joerg&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 08:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159614#M892921</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2016-08-11T08:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159615#M892922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don'&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;t think your data is UTF-8, I suspect that it is more likely UTF-16 (or other format) and the 'extra' character is the high order byte of the two byte characters.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 08:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159615#M892922</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-08-11T08:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159616#M892923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also with UTF-16 it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 09:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159616#M892923</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2016-08-11T09:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159617#M892924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are quite a few variations of UTF-8 and UTF-16 and I am no expert in this area. I would try and find out more about the format from the database administrator. What type of database are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 11:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159617#M892924</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-08-11T11:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace chrw(65533) during load from dbf-file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159618#M892925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;A good question.&lt;/P&gt;&lt;P&gt;The database comes from a software from which I have the trial version up to now.&lt;/P&gt;&lt;P&gt;After my vacation I will buy a full licence for my company.&lt;/P&gt;&lt;P&gt;Only with that I will be able to ask the developer for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 11:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-chrw-65533-during-load-from-dbf-file/m-p/1159618#M892925</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2016-08-11T11:56:04Z</dc:date>
    </item>
  </channel>
</rss>

