<?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: Merging Known User Data with Looked Up User Data (tFileInputExcel and tLDAP) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Merging-Known-User-Data-with-Looked-Up-User-Data-tFileInputExcel/m-p/2350395#M117261</link>
    <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I ended up doing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;tFileInputExcel&amp;nbsp;-&amp;gt; tHashOutput1&lt;/P&gt;&lt;P&gt;&amp;nbsp;tLDAPInput&amp;nbsp;-&amp;gt; tHashOutput2&lt;/P&gt;&lt;P&gt;tHashOutput1 and tHashOutput2 "joined" to a tMap -&amp;gt; tFileOutputDelimited&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2023 20:46:33 GMT</pubDate>
    <dc:creator>ml1662663516</dc:creator>
    <dc:date>2023-06-22T20:46:33Z</dc:date>
    <item>
      <title>Merging Known User Data with Looked Up User Data (tFileInputExcel and tLDAP)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-Known-User-Data-with-Looked-Up-User-Data-tFileInputExcel/m-p/2350393#M117259</link>
      <description>&lt;P&gt;I have an Excel file of user data (name, email, phone, address, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to iterate through the Excel file and lookup the user's network id using their unique email address and tLDAP. And, then combine both sets of data into one tFileOutputDelimited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have successfully accomplished these two tasks separately. &lt;/P&gt;&lt;P&gt;1 - I can use tMap to get the Excel file mapped over to &lt;/P&gt;&lt;P&gt;tFileOutputDelimited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - I can also use tLDAP to get the user's network id based on their email address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where I am getting stuck/lost, is how can I now merge the results of the tMap and the results of the tLDAP into one tFileOutputDelimited?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think I should "trust" that both iterations will always be in the same order. I assume there is some way to "lookup" that the unique email from the Excel file is associated with the unique email that was used to get the user's network id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are greatly appreciated! &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-Known-User-Data-with-Looked-Up-User-Data-tFileInputExcel/m-p/2350393#M117259</guid>
      <dc:creator>ml1662663516</dc:creator>
      <dc:date>2024-11-15T21:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Known User Data with Looked Up User Data (tFileInputExcel and tLDAP)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-Known-User-Data-with-Looked-Up-User-Data-tFileInputExcel/m-p/2350394#M117260</link>
      <description>&lt;P&gt;Hi @Mark Lammert​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I've got, you could do it by connecting tFileInputExcel and tLDAPInput to a tMap component and then configure the join inside tMap configuration window by dropping the email column from excel input onto the corresponding column of ldap lookup input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 19:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-Known-User-Data-with-Looked-Up-User-Data-tFileInputExcel/m-p/2350394#M117260</guid>
      <dc:creator>anselmopeixoto</dc:creator>
      <dc:date>2023-06-21T19:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Known User Data with Looked Up User Data (tFileInputExcel and tLDAP)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-Known-User-Data-with-Looked-Up-User-Data-tFileInputExcel/m-p/2350395#M117261</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I ended up doing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;tFileInputExcel&amp;nbsp;-&amp;gt; tHashOutput1&lt;/P&gt;&lt;P&gt;&amp;nbsp;tLDAPInput&amp;nbsp;-&amp;gt; tHashOutput2&lt;/P&gt;&lt;P&gt;tHashOutput1 and tHashOutput2 "joined" to a tMap -&amp;gt; tFileOutputDelimited&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 20:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-Known-User-Data-with-Looked-Up-User-Data-tFileInputExcel/m-p/2350395#M117261</guid>
      <dc:creator>ml1662663516</dc:creator>
      <dc:date>2023-06-22T20:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Known User Data with Looked Up User Data (tFileInputExcel and tLDAP)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-Known-User-Data-with-Looked-Up-User-Data-tFileInputExcel/m-p/2350396#M117262</link>
      <description>&lt;P&gt;Nicely done. I'm glad it worked.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 20:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-Known-User-Data-with-Looked-Up-User-Data-tFileInputExcel/m-p/2350396#M117262</guid>
      <dc:creator>anselmopeixoto</dc:creator>
      <dc:date>2023-06-22T20:59:20Z</dc:date>
    </item>
  </channel>
</rss>

