<?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: Mapping table in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Mapping-table/m-p/2003271#M573</link>
    <description>&lt;LI-CODE lang="markup"&gt;PriceMapping:
Mapping LOAD * Inline[
ITEMS,PRICE
1,500
2,1000
];

Standard:
LOAD *,
ApplyMap('PriceMapping',ITEMS,PRICE) as [New Price] 
Inline[
ITEMS,PRICE
1,50
2,100
3,400
55,50000
];&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 10 Nov 2022 20:43:04 GMT</pubDate>
    <dc:creator>BrunPierre</dc:creator>
    <dc:date>2022-11-10T20:43:04Z</dc:date>
    <item>
      <title>Mapping table</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Mapping-table/m-p/2003258#M572</link>
      <description>&lt;P&gt;Hello Friends,&lt;/P&gt;
&lt;P&gt;I have a table coming with all items with standard prices,&lt;/P&gt;
&lt;P&gt;Standard&lt;/P&gt;
&lt;P&gt;ITEMS&amp;nbsp; &amp;nbsp;PRICE&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 50&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100&lt;/P&gt;
&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;400&lt;/P&gt;
&lt;P&gt;55&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I want to keep standard price for items 3 and 55 and mapping price from below mapping CSV for items 1 &amp;amp; 2 as new price&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how do I do this?&lt;/P&gt;
&lt;P&gt;Mapping table&lt;/P&gt;
&lt;P&gt;ITEMS&amp;nbsp; &amp;nbsp;PRICE&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 500&lt;/P&gt;
&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1000&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Mapping-table/m-p/2003258#M572</guid>
      <dc:creator>danny4202001</dc:creator>
      <dc:date>2025-03-19T23:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping table</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Mapping-table/m-p/2003271#M573</link>
      <description>&lt;LI-CODE lang="markup"&gt;PriceMapping:
Mapping LOAD * Inline[
ITEMS,PRICE
1,500
2,1000
];

Standard:
LOAD *,
ApplyMap('PriceMapping',ITEMS,PRICE) as [New Price] 
Inline[
ITEMS,PRICE
1,50
2,100
3,400
55,50000
];&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Nov 2022 20:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Mapping-table/m-p/2003271#M573</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-11-10T20:43:04Z</dc:date>
    </item>
  </channel>
</rss>

