<?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: NORMALIZE and DENORMALIZE in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375464#M137876</link>
    <description>Hi Guys,
&lt;BR /&gt;Can you please explain more about using 2 lookups?&amp;nbsp;
&lt;BR /&gt;These is just an example of my actual input: 123;456. It can be 123;456;123;789;111;222 so on..
&lt;BR /&gt;Basically guys my main problem is how to relate this input with the lookup values.
&lt;BR /&gt;Is this possible: where confirm_coc = lkp_confirm_coc and return value
&lt;BR /&gt;confirm_coc contains: &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;BR /&gt;123;456;789
&lt;BR /&gt;123
&lt;BR /&gt;lkp_confirm_coc contains (one is to one not concat):
&lt;BR /&gt;123 = a
&lt;BR /&gt;456 = b
&lt;BR /&gt;789 = c
&lt;BR /&gt;Im getting:
&lt;BR /&gt;NULL
&lt;BR /&gt;a</description>
    <pubDate>Wed, 17 Aug 2016 02:24:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-17T02:24:37Z</dc:date>
    <item>
      <title>NORMALIZE and DENORMALIZE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375461#M137873</link>
      <description>Hi All,&lt;BR /&gt;I'm new with Talend and maybe you can help me with my problem.&lt;BR /&gt;I'm not sure if I will use normalize and denormalize it. But my big problem is how to put it back to normal.&lt;BR /&gt;Input:&lt;BR /&gt;col1&lt;BR /&gt;123;456&lt;BR /&gt;123&lt;BR /&gt;456&lt;BR /&gt;Lookup values:&lt;BR /&gt;lkp_col1 | ret_val&lt;BR /&gt;123 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;= &amp;nbsp; a&lt;BR /&gt;456 &amp;nbsp; &amp;nbsp; &amp;nbsp; = &amp;nbsp;&amp;nbsp;b&lt;BR /&gt;Expected Output:&lt;BR /&gt;col1&lt;BR /&gt;a;b&lt;BR /&gt;a&lt;BR /&gt;b&lt;BR /&gt;As you can see, I need to lookup to the lookup table and get its value and return that value to original positioning.&amp;nbsp;&lt;BR /&gt;I try using tReplaceList and it works but I'm getting wrong output for example: IDs 305185 and 30518 with value of a and b. Im my input is 305185, its reads or outputed b5. I think tReplaceList is like contains function.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 16 Aug 2016 09:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375461#M137873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T09:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: NORMALIZE and DENORMALIZE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375462#M137874</link>
      <description>Hi,&lt;BR /&gt;You can use tMap&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;with 2 lookups for your case.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 16 Aug 2016 10:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375462#M137874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T10:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: NORMALIZE and DENORMALIZE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375463#M137875</link>
      <description>Hi,&lt;BR /&gt;My reply gone. However, as said in your first post, tMap with 2 distinct lookups is the way to go.&lt;BR /&gt;Regards,&lt;BR /&gt;TRF</description>
      <pubDate>Tue, 16 Aug 2016 11:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375463#M137875</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2016-08-16T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: NORMALIZE and DENORMALIZE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375464#M137876</link>
      <description>Hi Guys,
&lt;BR /&gt;Can you please explain more about using 2 lookups?&amp;nbsp;
&lt;BR /&gt;These is just an example of my actual input: 123;456. It can be 123;456;123;789;111;222 so on..
&lt;BR /&gt;Basically guys my main problem is how to relate this input with the lookup values.
&lt;BR /&gt;Is this possible: where confirm_coc = lkp_confirm_coc and return value
&lt;BR /&gt;confirm_coc contains: &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;BR /&gt;123;456;789
&lt;BR /&gt;123
&lt;BR /&gt;lkp_confirm_coc contains (one is to one not concat):
&lt;BR /&gt;123 = a
&lt;BR /&gt;456 = b
&lt;BR /&gt;789 = c
&lt;BR /&gt;Im getting:
&lt;BR /&gt;NULL
&lt;BR /&gt;a</description>
      <pubDate>Wed, 17 Aug 2016 02:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375464#M137876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-17T02:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: NORMALIZE and DENORMALIZE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375465#M137877</link>
      <description>Hi,&lt;BR /&gt;Each value must correspond to a separate column (123;456;789 mapped to col1, col2, col3).&lt;BR /&gt;If the maximum column is unknown or too large, multi lookups is not the best way. Have a look to tNormalize&amp;nbsp;&lt;A href="http://bekwam.blogspot.fr/2011/01/tutorial-turning-column-into-rows-with.html?m=1" target="_blank" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.fr/2011/01/tutorial-turning-column-into-rows-with.html?m=1&lt;/A&gt;&lt;BR /&gt;TRF</description>
      <pubDate>Wed, 17 Aug 2016 08:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NORMALIZE-and-DENORMALIZE/m-p/2375465#M137877</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2016-08-17T08:36:46Z</dc:date>
    </item>
  </channel>
</rss>

