<?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 Load inline with ] inside the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364444#M135597</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;how i can use the ] character inside the data?&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; F1, F2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; test, "[test]"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Henry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2012 09:32:48 GMT</pubDate>
    <dc:creator>hrolofs</dc:creator>
    <dc:date>2012-07-24T09:32:48Z</dc:date>
    <item>
      <title>Load inline with ] inside the data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364444#M135597</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;how i can use the ] character inside the data?&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; F1, F2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; test, "[test]"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Henry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 09:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364444#M135597</guid>
      <dc:creator>hrolofs</dc:creator>
      <dc:date>2012-07-24T09:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline with ] inside the data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364445#M135598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13431232633724235" jivemacro_uid="_13431232633724235"&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD F1, Replace(Replace(F2, '$&amp;lt;', '['), '&amp;gt;$', ']') AS F2 INLINE [&lt;/P&gt;&lt;P&gt;F1, F2&lt;/P&gt;&lt;P&gt;test, $&amp;lt;test&amp;gt;$&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that means that you have to change the source characters, but it shouldn't be an issue since it's an INLINE (therefore hardcoded) table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 09:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364445#M135598</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-07-24T09:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline with ] inside the data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364446#M135599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After i try to esacpe the ] character without success I found an other easy way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD * INLINE "&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; test, '[test]'&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="kanchor797"&gt;&lt;/A&gt;&lt;A name="inline"&gt;&lt;/A&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;inline&lt;/SPAN&gt; is used if data should be typed within the script, and not loaded from a file. Use the &lt;A _jive_internal="true" href="https://community.qlik.com/thread"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Inline&lt;/SPAN&gt; Data Wizard&lt;/A&gt; for help with the creation of&lt;SPAN class="Bold"&gt; load &lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;inline&lt;/SPAN&gt;&lt;/SPAN&gt; statements.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;data ::= [ text ]&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Data entered through an &lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;inline&lt;/SPAN&gt; clause must be enclosed by &lt;A _jive_internal="true" href="https://community.qlik.com/thread"&gt;quotation marks&lt;/A&gt; or with square brackets. The text between these is interpreted in the same way as the content of a file. Hence, where you would insert a new line in a text file, you should also do it in the text of an &lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;inline&lt;/SPAN&gt; clause, i.e. by pressing the &amp;lt;ENTER&amp;gt; key when typing the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor53"&gt;&lt;/A&gt;Quotation marks&lt;/H1&gt;&lt;P&gt;If quotation marks are possible or necessary within a &lt;A _jive_internal="true" href="https://community.qlik.com/thread"&gt;statement&lt;/A&gt;, it is mentioned below. In a &lt;A _jive_internal="true" href="https://community.qlik.com/thread"&gt;&lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt;&lt;/A&gt; statement the following symbols should be used as quotation marks:&lt;/P&gt;&lt;TABLE cellspacing="0" style="margin-top: 14pt; margin-left: 40px;" width="500"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 7px;" valign="top" width="21%"&gt;&lt;P&gt;Field names:&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px;" valign="top" width="79%"&gt;&lt;P&gt;[ ] , " " , ` ` or ´ ´&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 7px;" valign="top" width="21%"&gt;&lt;P&gt;String literals:&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px;" valign="top" width="79%"&gt;&lt;P&gt;' '&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 09:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364446#M135599</guid>
      <dc:creator>hrolofs</dc:creator>
      <dc:date>2012-07-24T09:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline with ] inside the data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364447#M135600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That one is far easier!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 10:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364447#M135600</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-07-24T10:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline with ] inside the data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364448#M135601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the format to use when the inline data contains an apostrophe?&amp;nbsp; Neither doubling the single quote nor adding a preceding backslash worked for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 23:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-inside-the-data/m-p/364448#M135601</guid>
      <dc:creator />
      <dc:date>2012-10-23T23:50:48Z</dc:date>
    </item>
  </channel>
</rss>

