<?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: how to build a small data dictionary in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348594#M115703</link>
    <description>&lt;P&gt;sorry!  really have no idea where to add new column and set as ""CA", you means add a new column at "metadata"?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 12:26:37 GMT</pubDate>
    <dc:creator>Andywang</dc:creator>
    <dc:date>2021-06-21T12:26:37Z</dc:date>
    <item>
      <title>how to build a small data dictionary</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348590#M115699</link>
      <description>&lt;P&gt;I have two file:&lt;/P&gt;&lt;P&gt;A: two columns: the first column is text and second is values.&lt;/P&gt;&lt;P&gt;B: three columns:&lt;/P&gt;&lt;P&gt;the first column is text , the second is values, and the third one is text.&lt;/P&gt;&lt;P&gt;Aim: for each text in the column 1st from A and each value of 2nd from A, we would like to find that search these pari in the 1st and 2nd column in B and out put the corresponding text in 3rd column. &lt;/P&gt;&lt;P&gt;&lt;B&gt;File A&lt;/B&gt;&lt;/P&gt;&lt;P&gt;CA 1&lt;/P&gt;&lt;P&gt;CB 2&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;B&gt;File B&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CA 1 Mike&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CA 2 Jack&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CA 3 Sara&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CB 1 Ketty&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CB 2 John&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CB 3 Andy&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;.....&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Like a example: we have CA and 1, we could return "Mike"&lt;/P&gt;&lt;P&gt;I know we could build a dictionary, however, which comment shall we used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best, &lt;/P&gt;&lt;P&gt;Xinhui&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348590#M115699</guid>
      <dc:creator>Andywang</dc:creator>
      <dc:date>2024-11-16T00:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to build a small data dictionary</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348591#M115700</link>
      <description>&lt;P&gt;You just need to do an inner join? see this article:&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/article/Doing-an-inner-join-using-a-tMap-component-i5Mrr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 08:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348591#M115700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-15T08:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to build a small data dictionary</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348592#M115701</link>
      <description>&lt;P&gt;thanks. It worked indeed. &lt;/P&gt;&lt;P&gt;Now I have a another table A as &lt;/P&gt;&lt;P&gt; names   CA CB&lt;/P&gt;&lt;P&gt;p1         1   2&lt;/P&gt;&lt;P&gt;p2         2   3&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;I would like find the all the  corresponding text.  &lt;/P&gt;&lt;P&gt;Like for p1, CA =1 CB=2， then we have: p1 on CA as Mike, on CB as John. &lt;/P&gt;&lt;P&gt;Is there a fast idea?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Best, &lt;/P&gt;&lt;P&gt;xinhui&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 21:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348592#M115701</guid>
      <dc:creator>Andywang</dc:creator>
      <dc:date>2021-06-15T21:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to build a small data dictionary</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348593#M115702</link>
      <description>&lt;P&gt;Hi  &lt;/P&gt;&lt;P&gt;Just select names, CA fields from table A, and then add a new column and set its value as "CA" , then do an inner join with File B to get the text.&lt;/P&gt;&lt;P&gt;Do the same thing for CB field, finally, merge the result based on names field if needed. &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>Wed, 16 Jun 2021 03:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348593#M115702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-16T03:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to build a small data dictionary</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348594#M115703</link>
      <description>&lt;P&gt;sorry!  really have no idea where to add new column and set as ""CA", you means add a new column at "metadata"?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 12:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-build-a-small-data-dictionary/m-p/2348594#M115703</guid>
      <dc:creator>Andywang</dc:creator>
      <dc:date>2021-06-21T12:26:37Z</dc:date>
    </item>
  </channel>
</rss>

