<?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: Inline load with commas in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/1519461#M437375</link>
    <description>Also works when delimiters are tabs :&lt;BR /&gt;(delimiter is ' ');&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Dec 2018 17:46:33 GMT</pubDate>
    <dc:creator>nate_muir_anderson</dc:creator>
    <dc:date>2018-12-11T17:46:33Z</dc:date>
    <item>
      <title>Inline load with commas</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325818#M119975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I often need to load small inline tables, some that contain commas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID, Phrase&lt;/P&gt;&lt;P&gt;1, Hello&lt;/P&gt;&lt;P&gt;2, Hello, how are you?&lt;/P&gt;&lt;P&gt;3, Hello, today you look happy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously when I load I get truncated data for Phrase for ID's 2 &amp;amp; 3 due to the comma as QV thinks it is a separater for the next column.&amp;nbsp; I have tried putting the phrases inside square brackets, but QV doesn't like these for the inline load as it takes the ']' as being a closing statement for the inline load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 09:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325818#M119975</guid>
      <dc:creator />
      <dc:date>2011-09-06T09:37:39Z</dc:date>
    </item>
    <item>
      <title>Inline load with commas</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325819#M119976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe using single quotes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 09:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325819#M119976</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-06T09:40:14Z</dc:date>
    </item>
    <item>
      <title>Inline load with commas</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325820#M119977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and double quotes ( " ) works also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 09:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325820#M119977</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-09-06T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Inline load with commas</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325821#M119978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; So simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 09:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325821#M119978</guid>
      <dc:creator />
      <dc:date>2011-09-06T09:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inline load with commas</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325822#M119979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gareth,&lt;/P&gt;&lt;P&gt;You can user as under (delimiter is ';');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[ ID; Phrase&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1; Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2;&amp;nbsp;&amp;nbsp; Hello, how are you?&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3;&amp;nbsp;&amp;nbsp; Hello, today you look happy&lt;/P&gt;&lt;P&gt;](delimiter is ';');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 19:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325822#M119979</guid>
      <dc:creator />
      <dc:date>2013-11-25T19:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inline load with commas</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325823#M119980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Puttin the ENTIRE string (not only the comma) in single quotes worked fine for me! thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 09:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325823#M119980</guid>
      <dc:creator>nigel987</dc:creator>
      <dc:date>2015-08-07T09:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inline load with commas</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325824#M119981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Devang for the delimiter hint.&amp;nbsp; Single quotes did not do the trick for me, but changing the delimiter was exactly what I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 17:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/325824#M119981</guid>
      <dc:creator>jertindall</dc:creator>
      <dc:date>2015-09-18T17:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inline load with commas</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/1519461#M437375</link>
      <description>Also works when delimiters are tabs :&lt;BR /&gt;(delimiter is ' ');&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2018 17:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/1519461#M437375</guid>
      <dc:creator>nate_muir_anderson</dc:creator>
      <dc:date>2018-12-11T17:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inline load with commas</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/2085807#M1224066</link>
      <description>&lt;P&gt;Enclosing the whole string in double quotes worked for me, like:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;" &lt;/STRONG&gt;the&amp;nbsp;blaah, of the di-blaaah's&amp;nbsp;&lt;STRONG&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;It effectively showed all the commas, plus single quotes (for example in : &lt;STRONG&gt;'s&lt;/STRONG&gt; )&lt;BR /&gt;&lt;BR /&gt;Single quotes &lt;EM&gt;didn't&lt;/EM&gt; do the trick. Using Qlik Sense enterprise at the time of writing.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 13:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-with-commas/m-p/2085807#M1224066</guid>
      <dc:creator>Christos_Nikolis</dc:creator>
      <dc:date>2023-06-20T13:21:52Z</dc:date>
    </item>
  </channel>
</rss>

