<?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 How to transform multiple values from a reference file? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-multiple-values-from-a-reference-file/m-p/2255814#M38400</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I'm a new developer in Talend, I have this file with different reference values between systems:&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="ref.png" style="width: 272px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6O9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141359i79777AB86AFB7322/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6O9.png" alt="0683p000009M6O9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;How can I transforme (or translate) the values between systems depending on values from the input message?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For exemple, if I have a message from SystemA and I need to send it to SystemB :&lt;/P&gt; 
&lt;P&gt;Input message:&amp;nbsp;&lt;/P&gt; 
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Id&lt;/TD&gt; 
   &lt;TD&gt;Color&lt;/TD&gt; 
   &lt;TD&gt;Code&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;1&lt;/TD&gt; 
   &lt;TD&gt;Blue&lt;/TD&gt; 
   &lt;TD&gt;Z001&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My output message must be:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Id&lt;/TD&gt; 
   &lt;TD&gt;Color&lt;/TD&gt; 
   &lt;TD&gt;Code&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;1&lt;/TD&gt; 
   &lt;TD&gt;B&lt;/TD&gt; 
   &lt;TD&gt;Z-1001&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Our objective is to reuse the reference file in another jobs(messages from SystemA to SystemC or SystemB to SystemA, etc) and like you can see, the input message it can have more that just one column to transform (or translate).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried tMap, with only one column it works but with 2 columns it's not clear for me, maybe I have to link a second lookup to the tMap?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you so much!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:09:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T05:09:24Z</dc:date>
    <item>
      <title>How to transform multiple values from a reference file?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-multiple-values-from-a-reference-file/m-p/2255814#M38400</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I'm a new developer in Talend, I have this file with different reference values between systems:&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="ref.png" style="width: 272px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6O9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141359i79777AB86AFB7322/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6O9.png" alt="0683p000009M6O9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;How can I transforme (or translate) the values between systems depending on values from the input message?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For exemple, if I have a message from SystemA and I need to send it to SystemB :&lt;/P&gt; 
&lt;P&gt;Input message:&amp;nbsp;&lt;/P&gt; 
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Id&lt;/TD&gt; 
   &lt;TD&gt;Color&lt;/TD&gt; 
   &lt;TD&gt;Code&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;1&lt;/TD&gt; 
   &lt;TD&gt;Blue&lt;/TD&gt; 
   &lt;TD&gt;Z001&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My output message must be:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Id&lt;/TD&gt; 
   &lt;TD&gt;Color&lt;/TD&gt; 
   &lt;TD&gt;Code&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;1&lt;/TD&gt; 
   &lt;TD&gt;B&lt;/TD&gt; 
   &lt;TD&gt;Z-1001&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Our objective is to reuse the reference file in another jobs(messages from SystemA to SystemC or SystemB to SystemA, etc) and like you can see, the input message it can have more that just one column to transform (or translate).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried tMap, with only one column it works but with 2 columns it's not clear for me, maybe I have to link a second lookup to the tMap?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you so much!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-multiple-values-from-a-reference-file/m-p/2255814#M38400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform multiple values from a reference file?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-multiple-values-from-a-reference-file/m-p/2255815#M38401</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have you tried to use a second tMap in your workflow?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 08:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-multiple-values-from-a-reference-file/m-p/2255815#M38401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T08:00:42Z</dc:date>
    </item>
  </channel>
</rss>

