<?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: Source table with changing column names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Source-table-with-changing-column-names/m-p/1536933#M745846</link>
    <description>&lt;P&gt;You can use:&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load * from DataSource;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;would&amp;nbsp;create issues in case you need to concatenate data sets from files with different column names. Unless if you want to store each file data into a new column.&lt;/P&gt;&lt;P&gt;Otherwise you could use something like:&lt;/P&gt;&lt;P&gt;Table: //Create dummy table with required column names&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Col1, Col2, Col3,...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Concatenate(Table)&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;@1 as Col1,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;@2 as Col2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;@3 as Col3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//Also you can add "for each" -loop in order to loop all necessary csv files dynamically.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 08:27:39 GMT</pubDate>
    <dc:creator>pasi_lehtinen</dc:creator>
    <dc:date>2019-01-30T08:27:39Z</dc:date>
    <item>
      <title>Source table with changing column names</title>
      <link>https://community.qlik.com/t5/QlikView/Source-table-with-changing-column-names/m-p/1536923#M745844</link>
      <description>&lt;P&gt;I have a souce table (csv) with some changing column names.&amp;nbsp; Names are changing every week. (Those columns contains weekly work load). How I can refer/load data from these columns easily?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Source-table-with-changing-column-names/m-p/1536923#M745844</guid>
      <dc:creator>Eki</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Source table with changing column names</title>
      <link>https://community.qlik.com/t5/QlikView/Source-table-with-changing-column-names/m-p/1536930#M745845</link>
      <description>Could you provide us two csv files that have different column names that we could play with?&lt;BR /&gt;What columns do you actually need?&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 30 Jan 2019 07:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Source-table-with-changing-column-names/m-p/1536930#M745845</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2019-01-30T07:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Source table with changing column names</title>
      <link>https://community.qlik.com/t5/QlikView/Source-table-with-changing-column-names/m-p/1536933#M745846</link>
      <description>&lt;P&gt;You can use:&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load * from DataSource;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;would&amp;nbsp;create issues in case you need to concatenate data sets from files with different column names. Unless if you want to store each file data into a new column.&lt;/P&gt;&lt;P&gt;Otherwise you could use something like:&lt;/P&gt;&lt;P&gt;Table: //Create dummy table with required column names&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Col1, Col2, Col3,...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Concatenate(Table)&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;@1 as Col1,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;@2 as Col2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;@3 as Col3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//Also you can add "for each" -loop in order to loop all necessary csv files dynamically.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 08:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Source-table-with-changing-column-names/m-p/1536933#M745846</guid>
      <dc:creator>pasi_lehtinen</dc:creator>
      <dc:date>2019-01-30T08:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Source table with changing column names</title>
      <link>https://community.qlik.com/t5/QlikView/Source-table-with-changing-column-names/m-p/1537042#M745847</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Here is two files from same file&amp;nbsp;with different column headers in workload section (BA-&amp;gt;).&amp;nbsp; I would like to keep those header informatiion in Qlik.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Source-table-with-changing-column-names/m-p/1537042#M745847</guid>
      <dc:creator>Eki</dc:creator>
      <dc:date>2019-01-30T10:15:14Z</dc:date>
    </item>
  </channel>
</rss>

