<?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: How to load variable columns from excel exports in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773088#M59845</link>
    <description>&lt;P&gt;Thanks for the try&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;in my case it didn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Jan 2021 19:09:21 GMT</pubDate>
    <dc:creator>marcel_olmo</dc:creator>
    <dc:date>2021-01-09T19:09:21Z</dc:date>
    <item>
      <title>How to load variable columns from excel exports</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773081#M59841</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I have a lot of automatic exports of data in excel.&lt;/P&gt;&lt;P&gt;My problem is that not all excel files have the same columns and I don't know how to load them all in an unique load script.&lt;/P&gt;&lt;P&gt;Here I've attached an example with 3 files with the following names :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Export - Fri Jul 24 2020 18_58_13 GMT+0200 (hora de verano de Europa central)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Export - Sat Jan 09 2021 17_14_40 GMT+0100 (hora estándar de Europa central)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Export - Thu Nov 05 2020 17_21_51 GMT+0100 (hora estándar de Europa central)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The three files comes with three common columns A,B and C, and the file with year 2021 it comes always with the Column D&lt;/P&gt;&lt;P&gt;Currently I'm using this sentence to load all the files with the common Columns A,B,C :&lt;/P&gt;&lt;P&gt;Bulk_Export_Example :&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;A,B,C&lt;BR /&gt;FROM [lib://Bulk Export Example/*.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Hoja1);&lt;/P&gt;&lt;P&gt;How can I do it to load all the files automatically? (In my real case I have more than 100 excel files, and at the beginning of 2021 my customer added a new column, but this could change in the future).&lt;/P&gt;&lt;P&gt;You can find the files above.&lt;/P&gt;&lt;P&gt;Best regards, Marcel.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773081#M59841</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2024-11-16T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to load variable columns from excel exports</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773082#M59842</link>
      <description>&lt;P&gt;Check once If this is similar to this :&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Load-data-from-Dynamic-Path/m-p/1771680#M59728" target="_blank"&gt;Link&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2021 17:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773082#M59842</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-09T17:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to load variable columns from excel exports</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773083#M59843</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;for your quick response.&lt;/P&gt;&lt;P&gt;The problem of the Load * it creates as many copies of the table as different columns it founds, so I got Table, table-1, table-2, etc..&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2021 18:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773083#M59843</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2021-01-09T18:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to load variable columns from excel exports</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773084#M59844</link>
      <description>&lt;P&gt;If i understand correctly, You can call out the "ALL" in keyword&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A,B,C&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM [lib://Bulk Export Example/*.xlsx]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ALL&lt;/STRONG&gt;&lt;/FONT&gt;);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2021 18:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773084#M59844</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-09T18:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to load variable columns from excel exports</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773088#M59845</link>
      <description>&lt;P&gt;Thanks for the try&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;in my case it didn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2021 19:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773088#M59845</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2021-01-09T19:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to load variable columns from excel exports</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773098#M59847</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28589"&gt;@marcel_olmo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;E&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM&lt;BR /&gt;[D:\Qlik\personnal\Export*.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Hoja1);&lt;/P&gt;&lt;P&gt;DROP Field E;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope all your excel has same sheet name.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 01:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1773098#M59847</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-10T01:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to load variable columns from excel exports</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1782399#M60902</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp; this workaround worked fine.&lt;/P&gt;&lt;P&gt;Best regards, Marcel.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 20:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-variable-columns-from-excel-exports/m-p/1782399#M60902</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2021-02-12T20:16:03Z</dc:date>
    </item>
  </channel>
</rss>

