<?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 Help with loading this into QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392452#M146366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea how i can load the attachment into QlikView please? i am completely stuck! apparently the format cannot be changed!&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;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 16:12:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-21T16:12:04Z</dc:date>
    <item>
      <title>Help with loading this into QV</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392452#M146366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea how i can load the attachment into QlikView please? i am completely stuck! apparently the format cannot be changed!&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;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392452#M146366</guid>
      <dc:creator />
      <dc:date>2013-05-21T16:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with loading this into QV</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392453#M146367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forget it. This is a totally unworkable format. Stick to using Excel because a spreadsheet application is the only kind of software where data in this format is at least somewhat usable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392453#M146367</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-21T16:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with loading this into QV</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392454#M146368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt;The spreadsheet formatted, is the accountant having a joke with you?&amp;nbsp; It's in a complete mess.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt;You need some sort of consistency and rules with the source data before you can automate loading it into any tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt;On another note be cautious about uploading company data like this to a public forum as you maybe in breach of data protection legislation &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392454#M146368</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-05-21T16:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with loading this into QV</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392455#M146369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to me that there is somekind of structure in your data, repeated every 8 lines, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, at worst, you can perform 8 LOADs, one per line of your structure and parse in the field values using @ column specifier (use ...&lt;EM&gt; where mod(recno(),8)=1&lt;/EM&gt; to get the 1., 9., 17. line etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a&lt;EM&gt; rowno() AS StructureID&lt;/EM&gt; in your loads which you use at the end to join your fields into one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like very dirty work, so if you can get the data in a more appropriate format, do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit: attached a sample to show how to do this (only for few fields, To: Company name scrambled by me)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392455#M146369</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-05-21T16:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with loading this into QV</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392456#M146370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i thought as much! just wanted to check i wasnt being stupid! &lt;/P&gt;&lt;P&gt;I changed reference numbers/values on the attachment so i thought it would have been ok but have deleted it now just incase. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks both for your input..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-loading-this-into-QV/m-p/392456#M146370</guid>
      <dc:creator />
      <dc:date>2013-05-21T16:39:09Z</dc:date>
    </item>
  </channel>
</rss>

