<?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 Line breaks in inline load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Line-breaks-in-inline-load/m-p/71418#M4724</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 it possible to load inline data containing a newline character?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do something like this however Qlik interprets the newline in my string as the end of the record - and so truncates the string after 'Rule 1'. (Some strings may be quite long hence the requirement to separate across lines.)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;let businessRule = 'Rule 1 &lt;/P&gt;&lt;P&gt;OR rule 2&lt;/P&gt;&lt;P&gt;OR rule 3&lt;/P&gt;&lt;P&gt;etc';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ValidationRules:&lt;BR /&gt;load * inline [&lt;BR /&gt;BusinessRule&lt;BR /&gt;$(businessRule)&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2018 15:31:25 GMT</pubDate>
    <dc:creator>garypyoung</dc:creator>
    <dc:date>2018-06-07T15:31:25Z</dc:date>
    <item>
      <title>Line breaks in inline load</title>
      <link>https://community.qlik.com/t5/App-Development/Line-breaks-in-inline-load/m-p/71418#M4724</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 it possible to load inline data containing a newline character?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do something like this however Qlik interprets the newline in my string as the end of the record - and so truncates the string after 'Rule 1'. (Some strings may be quite long hence the requirement to separate across lines.)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;let businessRule = 'Rule 1 &lt;/P&gt;&lt;P&gt;OR rule 2&lt;/P&gt;&lt;P&gt;OR rule 3&lt;/P&gt;&lt;P&gt;etc';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ValidationRules:&lt;BR /&gt;load * inline [&lt;BR /&gt;BusinessRule&lt;BR /&gt;$(businessRule)&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 15:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-breaks-in-inline-load/m-p/71418#M4724</guid>
      <dc:creator>garypyoung</dc:creator>
      <dc:date>2018-06-07T15:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaks in inline load</title>
      <link>https://community.qlik.com/t5/App-Development/Line-breaks-in-inline-load/m-p/71419#M4725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Yes you can if you use &lt;STRONG&gt;msq&lt;/STRONG&gt; quoting like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;let businessRule = 'Rule 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;OR rule 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;OR rule 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;etc';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;DATA:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;ID,TXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;1,"ABC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;DEF&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;GHI"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;2,LMN OPQ&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;3,"$(businessRule)"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;] &lt;STRONG&gt;(txt, &lt;SPAN style="color: #ff0000;"&gt;msq&lt;/SPAN&gt; )&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;The DATA table will contain 3 rows. The TXT field of the first row will have three lines and the TXT field of the third row will have four lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 20:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-breaks-in-inline-load/m-p/71419#M4725</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-08T20:34:11Z</dc:date>
    </item>
  </channel>
</rss>

