<?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: Store values into array from Map / vlookup excel? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Store-values-into-array-from-Map-vlookup-excel/m-p/2327187#M96588</link>
    <description>Thanks again for the help! btw talend is an amazing tool.</description>
    <pubDate>Fri, 25 Sep 2009 13:52:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-09-25T13:52:12Z</dc:date>
    <item>
      <title>Store values into array from Map / vlookup excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-values-into-array-from-Map-vlookup-excel/m-p/2327185#M96586</link>
      <description>I'n excel there's a function called vlookup and I'm trying to reproduce that in talend by comparing two values, here's my problem, if there's a better way to do this please let me know. 
&lt;BR /&gt;I'm running two queries to a database and I want to compare the results to see if they match. 
&lt;BR /&gt;i.e. 
&lt;BR /&gt;Select color from myFavoriteColors 
&lt;BR /&gt;results = blue, red, orange 
&lt;BR /&gt;Select car, color from myCars 
&lt;BR /&gt;results = myCar1 red, myCar2 purple, myCar3 green, myCar4 blue 
&lt;BR /&gt;I want to be able to compare those results and indicate if there was a match in colors so that I can create an excel file like so 
&lt;BR /&gt;myCar1 | match 
&lt;BR /&gt;myCar2 | no match 
&lt;BR /&gt;myCar3 | no match 
&lt;BR /&gt;myCar4 | match 
&lt;BR /&gt;How can this be done? 
&lt;BR /&gt;at the moment i'm running a query that goes into a map which outputs into a javaRow, only problem is I don't know how to get those values into an array so that I can retrieve that array in another component and use it to compare it against the 2nd query? I would appreciate any help, thanks!</description>
      <pubDate>Sat, 16 Nov 2024 13:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-values-into-array-from-Map-vlookup-excel/m-p/2327185#M96586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Store values into array from Map / vlookup excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-values-into-array-from-Map-vlookup-excel/m-p/2327186#M96587</link>
      <description>Hello 
&lt;BR /&gt;You can do a inner join on tMap, and get the matched rows and reject rows, then output them into two temp files. 
&lt;BR /&gt;In the next subJob, read data from these two files and use a tunite merge all the rows, sort them if need and output result into a excel file.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 25 Sep 2009 03:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-values-into-array-from-Map-vlookup-excel/m-p/2327186#M96587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-25T03:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Store values into array from Map / vlookup excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Store-values-into-array-from-Map-vlookup-excel/m-p/2327187#M96588</link>
      <description>Thanks again for the help! btw talend is an amazing tool.</description>
      <pubDate>Fri, 25 Sep 2009 13:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Store-values-into-array-from-Map-vlookup-excel/m-p/2327187#M96588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-25T13:52:12Z</dc:date>
    </item>
  </channel>
</rss>

