<?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: Using a Lookup on a comma separated source field in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344070#M111763</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if you are looking for below out put:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tarting job job_ReplaceCodes at 17:11 21/07/2017.&lt;/P&gt; 
&lt;P&gt;[statistics] connecting to socket on port 3496&lt;BR /&gt;[statistics] connected&lt;BR /&gt;.-----------------------------------------------.&lt;BR /&gt;| SOURCE_DATA |&lt;BR /&gt;|=---------------------------------------------=|&lt;BR /&gt;|DinningDetails |&lt;BR /&gt;|=---------------------------------------------=|&lt;BR /&gt;|French Doors,Hardwood Floors,Air Cleaner |&lt;BR /&gt;|Bathroom |&lt;BR /&gt;|Beam Ceilings,Built-in Microwave |&lt;BR /&gt;|Compactor,Coved,Dumbwaiter,Eat Bar,French Doors|&lt;BR /&gt;'-----------------------------------------------'&lt;BR /&gt;.--+-------------------------------------.&lt;BR /&gt;|TARGET_DATA|&lt;BR /&gt;|=-+------------------------------------=|&lt;BR /&gt;|ID|ShortValue |&lt;BR /&gt;|=-+------------------------------------=|&lt;BR /&gt;|1 |FNCH-DR,HARDWOD,AIRCLEN |&lt;BR /&gt;|2 |BATH |&lt;BR /&gt;|3 |BEAMS,BI-MICO |&lt;BR /&gt;|4 |COMPCTR,COVED,DMBWAIT,EAT-BAR,FNCH-DR|&lt;BR /&gt;'--+-------------------------------------'&lt;/P&gt; 
&lt;P&gt;[statistics] disconnected&lt;BR /&gt;Job job_ReplaceCodes ended at 17:11 21/07/2017. [exit code=0]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please try below job&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ReplaceCodes.PNG" style="width: 908px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvBr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145667iD91E5D963DE53A46/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvBr.png" alt="0683p000009LvBr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2017 23:15:52 GMT</pubDate>
    <dc:creator>vboppudi</dc:creator>
    <dc:date>2017-07-21T23:15:52Z</dc:date>
    <item>
      <title>Using a Lookup on a comma separated source field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344066#M111759</link>
      <description>&lt;P&gt;I am new to Talend and I am using version 6.4.0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a use case where I need to replace the incoming human readable value with a coded value. The incoming data is comma separated and I have a created a lookup file that has both the human readable value and the code. I have joined the source file with the lookup file and mapped it to the output field I want it to be in, but when I run the job the only values that are replaced are when the source only has a single value in the input field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: Source file has French Doors, Hardwood Floors. My lookup table is attached. I would expect that it would go through each value and replace it with the code so for this example the data returned should be FNCH-DR, HARDWOOD but instead nothing is returned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sure I have something setup wrong on the join. Any help would be appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 20:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344066#M111759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T20:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Lookup on a comma separated source field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344067#M111760</link>
      <description>&lt;P&gt;Split the field DinningRoomFeatures (using tNormalize) giving 1 row per item.&lt;/P&gt;
&lt;P&gt;Use the result as main input for your tMap to translate each value and finaly use tDenormalize to reconstruct the original records with &lt;SPAN&gt;DinningRoomFeatures&amp;nbsp;field&amp;nbsp;&lt;/SPAN&gt;translated.&lt;/P&gt;
&lt;P&gt;If the original record don't have a key field, add a sequence (using tMap) for your listing fileand remove when the job finish (using tFilterColumn).&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 21:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344067#M111760</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-07-21T21:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Lookup on a comma separated source field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344068#M111761</link>
      <description>&lt;P&gt;I will give that a try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 21:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344068#M111761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T21:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Lookup on a comma separated source field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344069#M111762</link>
      <description>&lt;P&gt;Next issue is I never know how many values will come in a given field. How do I handle that?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 21:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344069#M111762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T21:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Lookup on a comma separated source field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344070#M111763</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if you are looking for below out put:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tarting job job_ReplaceCodes at 17:11 21/07/2017.&lt;/P&gt; 
&lt;P&gt;[statistics] connecting to socket on port 3496&lt;BR /&gt;[statistics] connected&lt;BR /&gt;.-----------------------------------------------.&lt;BR /&gt;| SOURCE_DATA |&lt;BR /&gt;|=---------------------------------------------=|&lt;BR /&gt;|DinningDetails |&lt;BR /&gt;|=---------------------------------------------=|&lt;BR /&gt;|French Doors,Hardwood Floors,Air Cleaner |&lt;BR /&gt;|Bathroom |&lt;BR /&gt;|Beam Ceilings,Built-in Microwave |&lt;BR /&gt;|Compactor,Coved,Dumbwaiter,Eat Bar,French Doors|&lt;BR /&gt;'-----------------------------------------------'&lt;BR /&gt;.--+-------------------------------------.&lt;BR /&gt;|TARGET_DATA|&lt;BR /&gt;|=-+------------------------------------=|&lt;BR /&gt;|ID|ShortValue |&lt;BR /&gt;|=-+------------------------------------=|&lt;BR /&gt;|1 |FNCH-DR,HARDWOD,AIRCLEN |&lt;BR /&gt;|2 |BATH |&lt;BR /&gt;|3 |BEAMS,BI-MICO |&lt;BR /&gt;|4 |COMPCTR,COVED,DMBWAIT,EAT-BAR,FNCH-DR|&lt;BR /&gt;'--+-------------------------------------'&lt;/P&gt; 
&lt;P&gt;[statistics] disconnected&lt;BR /&gt;Job job_ReplaceCodes ended at 17:11 21/07/2017. [exit code=0]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please try below job&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ReplaceCodes.PNG" style="width: 908px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvBr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145667iD91E5D963DE53A46/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvBr.png" alt="0683p000009LvBr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 23:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344070#M111763</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2017-07-21T23:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Lookup on a comma separated source field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344071#M111764</link>
      <description>&lt;P&gt;Thanks I will give that &amp;nbsp;a try.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2017 04:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344071#M111764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-22T04:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Lookup on a comma separated source field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344072#M111765</link>
      <description>&lt;P&gt;I tried just a the tnormailize for this field and it will only split it up to point and stop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is my job screen shot and sample data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrgH"&gt;Screen Shot 2017-07-22 at 10.53.33 PM.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrox"&gt;Sample data.txt&lt;/A&gt;</description>
      <pubDate>Sun, 23 Jul 2017 04:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344072#M111765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-23T04:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Lookup on a comma separated source field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344073#M111766</link>
      <description>Item separator should be "\t" not ",".</description>
      <pubDate>Sun, 23 Jul 2017 08:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344073#M111766</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-07-23T08:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Lookup on a comma separated source field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344074#M111767</link>
      <description>&lt;P&gt;I figured out my issue and it is working fine now.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 15:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-a-Lookup-on-a-comma-separated-source-field/m-p/2344074#M111767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T15:28:03Z</dc:date>
    </item>
  </channel>
</rss>

