<?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 Mapping Column names to Column names in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mapping-Column-names-to-Column-names/m-p/787551#M2219</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;using "apply map" to map the column names.Please help me to undersand with examples&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2015 18:01:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-11T18:01:39Z</dc:date>
    <item>
      <title>Mapping Column names to Column names</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mapping-Column-names-to-Column-names/m-p/787551#M2219</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;using "apply map" to map the column names.Please help me to undersand with examples&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 18:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mapping-Column-names-to-Column-names/m-p/787551#M2219</guid>
      <dc:creator />
      <dc:date>2015-03-11T18:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Column names to Column names</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mapping-Column-names-to-Column-names/m-p/787552#M2220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you mean renaming column names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2763"&gt;How to Rename Fields&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 18:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mapping-Column-names-to-Column-names/m-p/787552#M2220</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-11T18:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Column names to Column names</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mapping-Column-names-to-Column-names/m-p/787553#M2221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please give an example of what you are trying to achieve?&lt;/P&gt;&lt;P&gt;Please include example data / source data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 08:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mapping-Column-names-to-Column-names/m-p/787553#M2221</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-12T08:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Column names to Column names</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mapping-Column-names-to-Column-names/m-p/787554#M2222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;TableA:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; rowno() as field1,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; rand()*100 as field2,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 1 as field3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AutoGenerate&amp;nbsp; 100;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;if you stop the script here you get&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80526_1.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;FieldNameMap:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Mapping Load * inline [&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;OldFieldName, NewFieldName&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;field1, newfield1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;field2, newfield2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Rename Fields using FieldNameMap;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/80527_2.jpg" style="height: auto; width: auto;" /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 08:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mapping-Column-names-to-Column-names/m-p/787554#M2222</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-12T08:23:11Z</dc:date>
    </item>
  </channel>
</rss>

