<?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: Delimiter with multiple characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delimiter-with-multiple-characters/m-p/540557#M694395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi flipside,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all thank you for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated my question with this part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG&gt;Or if there is the possibilty to use this sign as a dlimiter&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;SPAN style="font-family: 'Arial', 'sans-serif'; font-size: 10pt;"&gt;¸&lt;/SPAN&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asciii =184&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//STORE $(vTableName) INTO $(vPathNameSaveExtractSFDB)$(vFileNameSFDB)$(vTableName).txt (txt, delimiter is '&lt;SPAN style="font-family: 'Arial', 'sans-serif'; font-size: 10pt;"&gt;¸&lt;/SPAN&gt;'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am doing this then I am getting in the output txt file a delimiter as a question mark in a diamond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to handle this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2013 11:08:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-04T11:08:12Z</dc:date>
    <item>
      <title>Delimiter with multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Delimiter-with-multiple-characters/m-p/540555#M694393</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;Is there any possibility to create in a Store statement for txt file a multiple character delimiter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not working and I need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;//STORE $(vTableName) INTO $(vPathNameSaveExtractSFDB)$(vFileNameSFDB)$(vTableName).txt (txt, delimiter is '|^|'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats the kind of delimiter I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;'|^|'&lt;/SPAN&gt;&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;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG&gt;Or if there is the possibilty to use this sign as a dlimiter&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;¸&lt;/SPAN&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asciii =184&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//STORE $(vTableName) INTO $(vPathNameSaveExtractSFDB)$(vFileNameSFDB)$(vTableName).txt (txt, delimiter is '&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;¸&lt;/SPAN&gt;'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am doing this then I am getting in the output txt file a delimiter as a question mark in a diamond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 10:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delimiter-with-multiple-characters/m-p/540555#M694393</guid>
      <dc:creator />
      <dc:date>2013-07-04T10:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiter with multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Delimiter-with-multiple-characters/m-p/540556#M694394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it's possible in the parameters although you can specify them when reading back in.&amp;nbsp; The easiest way is probably as per this script example ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load * inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;id, val,&amp;nbsp;&amp;nbsp;&amp;nbsp; sector&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, ABC,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; North&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2, BCD,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; West&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3, CDE,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; North];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;wrappeddata:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id &amp;amp; '|' as id|,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '|' &amp;amp; val &amp;amp; '|' as |val|,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '|' &amp;amp; sector as |sector&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident data;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;drop table data;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE wrappeddata INTO data.txt (txt, delimiter is '^');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; val,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sector&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[data.txt]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(txt, utf8, embedded labels, delimiter is '|^|', msq); //note delimiter here&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 11:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delimiter-with-multiple-characters/m-p/540556#M694394</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-07-04T11:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiter with multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Delimiter-with-multiple-characters/m-p/540557#M694395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi flipside,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all thank you for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated my question with this part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG&gt;Or if there is the possibilty to use this sign as a dlimiter&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;SPAN style="font-family: 'Arial', 'sans-serif'; font-size: 10pt;"&gt;¸&lt;/SPAN&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asciii =184&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//STORE $(vTableName) INTO $(vPathNameSaveExtractSFDB)$(vFileNameSFDB)$(vTableName).txt (txt, delimiter is '&lt;SPAN style="font-family: 'Arial', 'sans-serif'; font-size: 10pt;"&gt;¸&lt;/SPAN&gt;'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am doing this then I am getting in the output txt file a delimiter as a question mark in a diamond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to handle this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 11:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delimiter-with-multiple-characters/m-p/540557#M694395</guid>
      <dc:creator />
      <dc:date>2013-07-04T11:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delimiter with multiple characters</title>
      <link>https://community.qlik.com/t5/QlikView/Delimiter-with-multiple-characters/m-p/540558#M694396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use these special characters as delimiters by pressing Alt at the same time as the ascii code. The character will show in your script - incidentally that character I think is code 247 not 184 which is ©.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview WILL generate a txt file but the delimiter character does not show in Notepad. QV WILL load the data correctly from the file (you will have to choose a standard delimiter then replace it in the script) HOWEVER Excel doesn't recognise them, so this might not be a suitable method, it will depend on what you intend to do with the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would advise you stick to delimiters below ascii 128 if possible or go with my original idea. It will be possible to add the pipe characters to your data and fieldnames using some dynamic routine to save having to manually write it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 11:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delimiter-with-multiple-characters/m-p/540558#M694396</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-07-04T11:21:58Z</dc:date>
    </item>
  </channel>
</rss>

