<?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: Running into a problem with extended characters in folder name to import a text file in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800369#M8802</link>
    <description>&lt;P&gt;Maybe your issue is related to the collation. Nowadays there exists also a variable (standard-variables created at the beginning of the script) for it to customize it directly in Qlik. More information about the logic could you find here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Search-But-what-shall-you-find/ba-p/1472194" target="_blank"&gt;Search - But what shall you find? - Qlik Community - 1472194&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Mon, 19 Apr 2021 07:03:29 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2021-04-19T07:03:29Z</dc:date>
    <item>
      <title>Running into a problem with extended characters in folder name to import a text file</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800203#M8793</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I have a situation where I store txt files from Qlik at various times and I want to be able to import them back into Qlikview by combining a constant string and a variable to a path and filename. By itself this is not a very difficult task, but the catch is that in de path there are spaces and in de variable string there are spaces and extended characters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My constant string looks like this :&amp;nbsp; "\\nlsdap0105\DATA$\Qlikview\Rapportage_OUTPUT\"&lt;/P&gt;&lt;P&gt;My variable vRIVMExportBestand holds the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;André Ficken\RIVM Opleveringen\2020\RAV17_20210125_114252_INC_20200101_20201231.txt&lt;/P&gt;&lt;P&gt;The 2 concatenated will point to a file on a network shared drive and yes, the file actually exists. The FROM part in my load command to load this text file looks like this:&lt;/P&gt;&lt;P&gt;FROM \\nlsdap0105\DATA$\Qlikview\Rapportage_OUTPUT\$(vRIVMExportBestand) (txt, utf8, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;Running the script in the debugger it shows the FROM part exactly like the above, see attachment1.&lt;BR /&gt;&lt;SPAN&gt;Unfortunately the execution fails showing an error, see attachment2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Who can give me some advise how to get this file imported? The variable part is a must have, since there are more users that can export files and would like to use this LOAD option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Qlik seems to have a problem with the french accent é in my firstname. This is however also the&amp;nbsp; folder name in which all my export files from Qlik are stored. Each user with the same access rights can use this feature with a 'home' export folder that has the users first and last name.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 18:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800203#M8793</guid>
      <dc:creator>andre_ficken</dc:creator>
      <dc:date>2021-04-16T18:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running into a problem with extended characters in folder name to import a text file</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800206#M8794</link>
      <description>&lt;P&gt;Note that the double quotes around my constant string are not really there, but I had to add them in order to get this message posted. I first got a html error when trying to post, the double quotes sorted that.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 18:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800206#M8794</guid>
      <dc:creator>andre_ficken</dc:creator>
      <dc:date>2021-04-16T18:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Running into a problem with extended characters in folder name to import a text file</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800268#M8797</link>
      <description>&lt;P&gt;I think your path is missing an appropriate wrapping because it contained spaces and/or special chars. Means something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM &lt;STRONG&gt;[&lt;/STRONG&gt;\\nlsdap0105\DATA$\Qlikview\Rapportage_OUTPUT\$(vRIVMExportBestand)&lt;STRONG&gt;]&lt;/STRONG&gt; (txt, utf8, embedded labels, delimiter is ';', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 09:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800268#M8797</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-04-17T09:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Running into a problem with extended characters in folder name to import a text file</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800351#M8800</link>
      <description>&lt;P&gt;Applying the wrapper as suggested did not work.&amp;nbsp; Qlik seems to have troubles with the french é in my first name. It&amp;nbsp; comes back with the same error as show in attachment2.JPG on my original post.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 05:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800351#M8800</guid>
      <dc:creator>andre_ficken</dc:creator>
      <dc:date>2021-04-19T05:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Running into a problem with extended characters in folder name to import a text file</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800369#M8802</link>
      <description>&lt;P&gt;Maybe your issue is related to the collation. Nowadays there exists also a variable (standard-variables created at the beginning of the script) for it to customize it directly in Qlik. More information about the logic could you find here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Search-But-what-shall-you-find/ba-p/1472194" target="_blank"&gt;Search - But what shall you find? - Qlik Community - 1472194&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 07:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Running-into-a-problem-with-extended-characters-in-folder-name/m-p/1800369#M8802</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-04-19T07:03:29Z</dc:date>
    </item>
  </channel>
</rss>

