<?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: Rename multiple similare columns from Excel File in LOAD script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672944#M593218</link>
    <description>&lt;P&gt;Ok the problem was that I can't put an existing field name as new field name in my mapping.&lt;/P&gt;&lt;P&gt;But still, some of the fields didn't change even with the mapping.&lt;/P&gt;&lt;P&gt;For example "Address" and "address" didn't change. I'm searching why.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2020 13:00:11 GMT</pubDate>
    <dc:creator>LaureDenivelle</dc:creator>
    <dc:date>2020-02-06T13:00:11Z</dc:date>
    <item>
      <title>Rename multiple similare columns from Excel File in LOAD script</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672864#M593214</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have about 100 Excel files to load to create a customer referential but some columns are similare but not the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to provide QlikView to create 10 different columns instead of one, is it possible in Qlik to specify the column name like :&lt;/P&gt;&lt;P&gt;For example, when I load my files I have multiple "Address" column like "Address 1", "Adresse 1", "ADRESSE 1","ADDRESS 1", "Address"....&lt;/P&gt;&lt;P&gt;So I want to rename all those column to a single one name [Address 1]&lt;/P&gt;&lt;P&gt;Something like IF Fieldname like "Ad*ss*" then [Address 1]&lt;/P&gt;&lt;P&gt;Is it possible in QlikView ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672864#M593214</guid>
      <dc:creator>LaureDenivelle</dc:creator>
      <dc:date>2024-11-16T19:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rename multiple similare columns from Excel File in LOAD script</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672882#M593215</link>
      <description>&lt;P&gt;Hi Laure,&lt;/P&gt;&lt;P&gt;what you can do in QlikView is to make a list of your different Adress field name and create an excel file mapping table&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MapFieldNames.jpg" style="width: 239px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28041i0208BD3B50E7A3B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="MapFieldNames.jpg" alt="MapFieldNames.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In your script you do the loading and renaming with this mapping:&lt;/P&gt;&lt;P&gt;MapFieldNames:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD OldFieldName,&lt;BR /&gt;NewFieldName&lt;BR /&gt;FROM&lt;BR /&gt;MapFieldName.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Tabelle1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;T1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ADRESS1&lt;BR /&gt;München&lt;BR /&gt;Stuttgart&lt;BR /&gt;Düsseldorf&lt;BR /&gt;Berlin&lt;BR /&gt;Hamburg&lt;BR /&gt;Hannover&lt;BR /&gt;&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;RENAME Fields using MapFieldNames;&lt;/P&gt;&lt;P&gt;With this, at last, you will have&amp;nbsp; [Adresse 1] as your new address field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 11:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672882#M593215</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2020-02-06T11:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rename multiple similare columns from Excel File in LOAD script</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672885#M593216</link>
      <description>&lt;P&gt;Hi thanks for your answer.&lt;/P&gt;&lt;P&gt;That's a good idea (and a good start :)).&lt;/P&gt;&lt;P&gt;I'll try this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 11:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672885#M593216</guid>
      <dc:creator>LaureDenivelle</dc:creator>
      <dc:date>2020-02-06T11:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rename multiple similare columns from Excel File in LOAD script</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672928#M593217</link>
      <description>&lt;P&gt;I don't know if I'm missing something but nothing happened when I used the "RENAME Fields using MapFieldNames;" even with your example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my Excel File. I put the exact same code you told me and to see if it's working I put this to fit an example in my Excel file (1st line) :&amp;nbsp;&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;addres&lt;BR /&gt;München&lt;BR /&gt;Stuttgart&lt;BR /&gt;Düsseldorf&lt;BR /&gt;Berlin&lt;BR /&gt;Hamburg&lt;BR /&gt;Hannover&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 12:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672928#M593217</guid>
      <dc:creator>LaureDenivelle</dc:creator>
      <dc:date>2020-02-06T12:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rename multiple similare columns from Excel File in LOAD script</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672944#M593218</link>
      <description>&lt;P&gt;Ok the problem was that I can't put an existing field name as new field name in my mapping.&lt;/P&gt;&lt;P&gt;But still, some of the fields didn't change even with the mapping.&lt;/P&gt;&lt;P&gt;For example "Address" and "address" didn't change. I'm searching why.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 13:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672944#M593218</guid>
      <dc:creator>LaureDenivelle</dc:creator>
      <dc:date>2020-02-06T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rename multiple similare columns from Excel File in LOAD script</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672949#M593219</link>
      <description>&lt;P&gt;In fact I'm using the "Rename Field using Applymap" after all the concatenation between my different Excel files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So maybe Qlik manages to change the first field it finds but then can't change the next one because the field name is already existing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That means I need to put my rename field before the final table is created.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 13:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1672949#M593219</guid>
      <dc:creator>LaureDenivelle</dc:creator>
      <dc:date>2020-02-06T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rename multiple similare columns from Excel File in LOAD script</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1675802#M593220</link>
      <description>&lt;P&gt;I did'nt find the solution yet.&lt;/P&gt;&lt;P&gt;I just think the answer is not in QlikView (not the proper software to use for this king of thing).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 14:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1675802#M593220</guid>
      <dc:creator>LaureDenivelle</dc:creator>
      <dc:date>2020-02-14T14:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rename multiple similare columns from Excel File in LOAD script</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1681851#M593221</link>
      <description>&lt;P&gt;Check out the following Design Blog post, it should give you some further guidance to help you get things working, the other post is the correct way to go, but hopefully this post will help you get things sorted out given the additional info in it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 21:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1681851#M593221</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-04T21:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rename multiple similare columns from Excel File in LOAD script</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1702214#M593222</link>
      <description>&lt;P&gt;One solution might be.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
CrossTable (AddressHdr, Address1)
LOAD * INLINE [
    ID, Address 1, Adresse 1, ADRESSE 1, ADDRESS 1, Address, Address 2, Adresse 2, ADRESSE 2, ADDRESS 2, Address 3
    707, some text1, some text2, some text3, some text4, some text5, some text6, some text7, some text8, some text9, some text10
    919, other text1, other text2, other text3, other text4, other text5, other text6, other text7, other text8, other text9, other text10
    335, sample text1, sample text2, sample text3, sample text4, sample text5, sample text6, sample text7, sample text8, sample text9, sample text10
];&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV55.PNG" style="width: 167px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33668i7C31DBFCFDF9A768/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV55.PNG" alt="commQV55.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 01:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-multiple-similare-columns-from-Excel-File-in-LOAD-script/m-p/1702214#M593222</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-05-15T01:49:49Z</dc:date>
    </item>
  </channel>
</rss>

