<?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: Join datas thanks to id get from globalmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Join-datas-thanks-to-id-get-from-globalmap/m-p/2365974#M129521</link>
    <description>&lt;P&gt;Hi shong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot, it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my understanding, and as I still am a beginner with Talend, what is the tUnite goal ? In my case, is it doing the join between my ReportId and my EventDate as I get my ReportId from a global map ?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 09:57:28 GMT</pubDate>
    <dc:creator>ShZ</dc:creator>
    <dc:date>2023-12-14T09:57:28Z</dc:date>
    <item>
      <title>Join datas thanks to id get from globalmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-datas-thanks-to-id-get-from-globalmap/m-p/2365972#M129519</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue as I try to join some datas, let me give ou some informations about my job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a list of objects thanks to a REST API call. Each object has a validation date which I can get with another REST API call.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="069U10000010dwtIAA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132181i4321947699BFC6BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="069U10000010dwtIAA.png" alt="069U10000010dwtIAA.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the top (number 1) you can see the first part of my job which is getting all objects and which is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the bottom (number 2) you can see the second part of my job which is a lookup and calls the REST API using an id as parameter to get the validation date. This id needs to be used to join to the datas coming from the first part of my job (number 1). As this id isn't part of the response sent by the REST API which sends me the validation date, I am trying to get my id back in the tMap (number 3) on my screenshot by using : String.valueOf(globalMap.get("row10.reportId"))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="069U10000010hxIIAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148461i073E98C2C13C5C9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="069U10000010hxIIAQ.png" alt="069U10000010hxIIAQ.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afterwards, I try to link the validation date I get to each object I get in my tMap (number 4) doing like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="069U10000010l1ZIAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152575iF49C61DD60B5FD8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="069U10000010l1ZIAQ.png" alt="069U10000010l1ZIAQ.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to my tLogs, I have datas who should match but it seems that nothing matches in my tMap (numbe r4) output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 11:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-datas-thanks-to-id-get-from-globalmap/m-p/2365972#M129519</guid>
      <dc:creator>ShZ</dc:creator>
      <dc:date>2023-12-12T11:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Join datas thanks to id get from globalmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-datas-thanks-to-id-get-from-globalmap/m-p/2365973#M129520</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Add a tUnite component after tMap_3 to merge all the records (ReportId and EventDate) before you do the join, please try and let me know if it works. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 08:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-datas-thanks-to-id-get-from-globalmap/m-p/2365973#M129520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-14T08:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Join datas thanks to id get from globalmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-datas-thanks-to-id-get-from-globalmap/m-p/2365974#M129521</link>
      <description>&lt;P&gt;Hi shong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot, it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my understanding, and as I still am a beginner with Talend, what is the tUnite goal ? In my case, is it doing the join between my ReportId and my EventDate as I get my ReportId from a global map ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 09:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-datas-thanks-to-id-get-from-globalmap/m-p/2365974#M129521</guid>
      <dc:creator>ShZ</dc:creator>
      <dc:date>2023-12-14T09:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Join datas thanks to id get from globalmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-datas-thanks-to-id-get-from-globalmap/m-p/2365975#M129522</link>
      <description>&lt;P&gt;You are using tFowToIterate to iterate each ID in source file, tUnite merge all the records as lookup table, without tUnite, only the last record are output as lookup table for join.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 00:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-datas-thanks-to-id-get-from-globalmap/m-p/2365975#M129522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-15T00:47:18Z</dc:date>
    </item>
  </channel>
</rss>

