<?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: Load script - cleaning fragmented data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-script-cleaning-fragmented-data/m-p/524347#M1148410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need for using the Concatenate keyword when table has a Same column Name col_x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD Col_a as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ;&lt;/P&gt;&lt;P&gt;LOAD Col_b as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ; &lt;/P&gt;&lt;P&gt;LOAD Col_c as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ; &lt;/P&gt;&lt;P&gt;LOAD Col_d as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think, it may not be faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 12:34:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-25T12:34:38Z</dc:date>
    <item>
      <title>Load script - cleaning fragmented data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-cleaning-fragmented-data/m-p/524346#M1148409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am hoping someone could advise. &lt;/P&gt;&lt;P&gt;I have a dataset with over 2000 variables/columns - a lot of the data is fragmented and so I have to manaipulate the data within the load script. As an example, say I have 4 columns all within data that should really all be in one coloumn:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Col_a&amp;nbsp; Col_b&amp;nbsp; Col_c_&amp;nbsp; Col_d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To place al values in one column within the load script, I am having to write the following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Col_a as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ; Concatenate&lt;BR /&gt;LOAD Col_b as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ; Concatenate&lt;BR /&gt;LOAD Col_c as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ; Concatenate&lt;BR /&gt;LOAD Col_d as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is now within column col_x.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But this is a very inefficient way of achieving what I require. It does works but it is slowing down the &lt;/P&gt;&lt;P&gt;loading of the script. Are there any more effective ways anyone could think of? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very greatful for some advise here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 12:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-cleaning-fragmented-data/m-p/524346#M1148409</guid>
      <dc:creator />
      <dc:date>2013-07-25T12:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load script - cleaning fragmented data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-cleaning-fragmented-data/m-p/524347#M1148410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need for using the Concatenate keyword when table has a Same column Name col_x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD Col_a as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ;&lt;/P&gt;&lt;P&gt;LOAD Col_b as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ; &lt;/P&gt;&lt;P&gt;LOAD Col_c as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ; &lt;/P&gt;&lt;P&gt;LOAD Col_d as col_x FROM [file address here]&amp;nbsp; (ooxml, embedded labels) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think, it may not be faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 12:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-cleaning-fragmented-data/m-p/524347#M1148410</guid>
      <dc:creator />
      <dc:date>2013-07-25T12:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load script - cleaning fragmented data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-cleaning-fragmented-data/m-p/524348#M1148411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am hoping there is a way with only one load (instead of 4 as in my example) where I can minimise the load time. I am guessing accessing/loading the file takes up a lot of time. So ideally, just one load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 12:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-cleaning-fragmented-data/m-p/524348#M1148411</guid>
      <dc:creator />
      <dc:date>2013-07-25T12:42:54Z</dc:date>
    </item>
  </channel>
</rss>

