<?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 Look through HashMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Look-through-HashMap/m-p/2245610#M31400</link>
    <description>&lt;P&gt;My scenario is: I have two hashMap A and B:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Map A is &amp;lt;String, Set&amp;lt;String&amp;gt;&amp;gt; which in my case is &amp;lt;Name, Set&amp;lt;Attributes&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;Map B is &amp;lt;String, &amp;lt;Long,Long&amp;gt;&amp;gt; which in my case is &amp;lt;Name, &amp;lt;id, amount&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, what I want to achieve is that get id value and amount value for each Attributes who have same name in Map B..I use tJavaFlex component, but it doesn't work at all...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: Map A: {Lee=[Hair, Eye, Arm, Leg]} &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Map B: {John={1,5}, James={2,7}, Lee={3,8}}&lt;/P&gt;
&lt;P&gt;Result: {Hair={3,8}, Eye={3,8}, Arm={3,8}, Leg={3,8}}..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone has any ideas? Thanks a lot in advance!!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2017 23:35:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-01T23:35:26Z</dc:date>
    <item>
      <title>Look through HashMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Look-through-HashMap/m-p/2245610#M31400</link>
      <description>&lt;P&gt;My scenario is: I have two hashMap A and B:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Map A is &amp;lt;String, Set&amp;lt;String&amp;gt;&amp;gt; which in my case is &amp;lt;Name, Set&amp;lt;Attributes&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;Map B is &amp;lt;String, &amp;lt;Long,Long&amp;gt;&amp;gt; which in my case is &amp;lt;Name, &amp;lt;id, amount&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, what I want to achieve is that get id value and amount value for each Attributes who have same name in Map B..I use tJavaFlex component, but it doesn't work at all...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: Map A: {Lee=[Hair, Eye, Arm, Leg]} &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Map B: {John={1,5}, James={2,7}, Lee={3,8}}&lt;/P&gt;
&lt;P&gt;Result: {Hair={3,8}, Eye={3,8}, Arm={3,8}, Leg={3,8}}..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone has any ideas? Thanks a lot in advance!!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 23:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Look-through-HashMap/m-p/2245610#M31400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-01T23:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Look through HashMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Look-through-HashMap/m-p/2245611#M31401</link>
      <description>&lt;P&gt;Desired output is three columns which could be used in SQL DB, the 1st column is Attributes, 2nd is id, 3rd is amount... Thanks for help!!!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 23:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Look-through-HashMap/m-p/2245611#M31401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-01T23:37:56Z</dc:date>
    </item>
  </channel>
</rss>

