<?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: Reload Excel file with duplicate field name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756259#M661947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The excel load has a bit of magic. If you use the "embedded labels" option, the first column labeled "Status" will be known as "Status". The second column labeled "Status" will be known as "Status1". So a generated LOAD statement, or one you code yourself will look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status1&lt;/P&gt;&lt;P&gt;From xxx (biff, embedded labels,,,)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though both columns have the heading "Status".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2015 04:43:59 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-02-06T04:43:59Z</dc:date>
    <item>
      <title>Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756254#M661942</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;I want to load in data from an excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The excel file is autogenerated overnight from a system. I understand that having two different fields with same name is not the best practice for database. But they are from other department and for now I don't have any control over the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two fields both called 'Status' but containing different data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I load both fields into Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 01:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756254#M661942</guid>
      <dc:creator />
      <dc:date>2015-02-06T01:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756255#M661943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can force them to be loaded with different names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Status as Status_DepartmentName1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;Resident Excel1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Status as Status_DepartmentName2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;Resident Excel2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you won't have two fields with the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that this is what you are looking for, if not please clarify and some one might have a solution for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 02:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756255#M661943</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-06T02:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756256#M661944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi S:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should clarify that I am loading one excel file. And there are two different fields with same name in the same excel file. And the field has nothing to do with 'Departments'. It is just that the data is provided by other departments, not the department I am in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to rename one of the 'Status' field (lets say I rename to 'Status_new') but the result is both 'Status' and 'Status_new' are the same field. So one of the original 'Status' field are ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help you understand the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 03:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756256#M661944</guid>
      <dc:creator />
      <dc:date>2015-02-06T03:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756257#M661945</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;Post your script, before doing modification.&lt;/P&gt;&lt;P&gt;and if possible post your sample excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 04:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756257#M661945</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-06T04:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756258#M661946</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;&lt;/P&gt;&lt;P&gt;Please post your app and excel file , its hard to guess how is the data and fields &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 04:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756258#M661946</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-06T04:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756259#M661947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The excel load has a bit of magic. If you use the "embedded labels" option, the first column labeled "Status" will be known as "Status". The second column labeled "Status" will be known as "Status1". So a generated LOAD statement, or one you code yourself will look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status1&lt;/P&gt;&lt;P&gt;From xxx (biff, embedded labels,,,)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though both columns have the heading "Status".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 04:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756259#M661947</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-06T04:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756260#M661948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my autogenerated script didn't automatically change the second field to 'Status1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when I change it manually, it said it didn't recognise the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of my excel file:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 05:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756260#M661948</guid>
      <dc:creator />
      <dc:date>2015-02-06T05:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756261#M661949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check below script.&lt;/P&gt;&lt;P&gt;LOAD Status, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Full Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Record Type], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status AS Status1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Hours Code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Hours Description], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [A/D Code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [A/D Code Description], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Date From], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Date To], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Return To Work], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hours&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Sample File.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 05:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756261#M661949</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-02-06T05:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756262#M661950</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;Have you tried your code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't work for me...&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;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 05:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756262#M661950</guid>
      <dc:creator />
      <dc:date>2015-02-06T05:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756263#M661951</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;There is no direct way to acheive this.&lt;/P&gt;&lt;P&gt;You can try like with explicit labels&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ID Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Full Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@4&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Record Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@5&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@6&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Hours Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@7&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Hours Description]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@8&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[A/D Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@9&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[A/D Code Description]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@10&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date From]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@11&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date To]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@12&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Return To Work]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@13&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Hours&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;D&gt;&lt;BR /&gt; (&lt;/D&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;codepage&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 1252, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;explicit&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ',', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;msq&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;filters&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Remove&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Row&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Pos&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Top&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 1))&lt;BR /&gt; )); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;REgards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 05:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756263#M661951</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-06T05:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756264#M661952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see what you mean. I think this could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 05:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756264#M661952</guid>
      <dc:creator />
      <dc:date>2015-02-06T05:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756265#M661953</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;Pay Attention that Max Dreammer´s&amp;nbsp; script loads the headers in the first record as they where data.&lt;/P&gt;&lt;P&gt;Use theese script to load an auxiliar table (for example: excel_aux)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and just after load the true table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name_Table:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT excel_aux&lt;/P&gt;&lt;P&gt;WHERE Status &amp;lt;&amp;gt; 'Status';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table excel_aux;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 08:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756265#M661953</guid>
      <dc:creator>jmmayoral3</dc:creator>
      <dc:date>2015-02-06T08:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756266#M661954</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;If you see my script in that initially I load all headers as data with explicit labels but you can see during transformation step. I am removing 1st row so that header value will not be loaded as data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756266#M661954</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-06T09:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756267#M661955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're absolutely right. I didn´tt see it.&lt;/P&gt;&lt;P&gt;Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 10:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756267#M661955</guid>
      <dc:creator>jmmayoral3</dc:creator>
      <dc:date>2015-02-06T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756268#M661956</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;Please can you upload sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 12:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756268#M661956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-06T12:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Excel file with duplicate field name</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756269#M661957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your original question asked about "excel file". I assumed you meant .xls or .xlsx file -- which is where the auto renaming of columns works. It would not work with a csv file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 18:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Excel-file-with-duplicate-field-name/m-p/756269#M661957</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-06T18:26:49Z</dc:date>
    </item>
  </channel>
</rss>

