<?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: Multiple Columns to one column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364804#M128503</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Why do you need to repeat Value1 in ColumnA?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is input_dep_port.Input a calculated field?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2018 05:55:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-09T05:55:56Z</dc:date>
    <item>
      <title>Multiple Columns to one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364797#M128496</link>
      <description>Hi there, in my source table "Input" I have two fields "Departure_Port" and "Arrival_Port".  I would like to input both of these values to 1 column called "Port" on a table called "Target".  This way I can manage the lookup data for other reports from this one table.  I have been trying to use the : functionality I read on another post.  The formula I tried was Input.Departure_Port:Input.Arrival_Port in the Tmap on the Target table and this did not work.  It kept giving me the error "Input.Departure_Port.Input cannot be resolved or is not a field and and error Syntax error on token ":", . expected.  &lt;BR /&gt;I have tried multiple separators with no luck.&lt;BR /&gt;^Thank you very much</description>
      <pubDate>Sat, 16 Nov 2024 13:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364797#M128496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Columns to one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364798#M128497</link>
      <description>try the tJoin component</description>
      <pubDate>Wed, 10 Feb 2010 19:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364798#M128497</guid>
      <dc:creator>jkrfs</dc:creator>
      <dc:date>2010-02-10T19:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Columns to one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364799#M128498</link>
      <description>I am using the same table and thought there is a good way to combine 2 columns into the same column but not with a concat operation. So in my source table I have:
&lt;BR /&gt;Col A ColB
&lt;BR /&gt;value1 value1
&lt;BR /&gt;value2 valueB
&lt;BR /&gt;value1 valueD
&lt;BR /&gt;And my target table would have:
&lt;BR /&gt;Col A
&lt;BR /&gt;value1
&lt;BR /&gt;value2
&lt;BR /&gt;valueB
&lt;BR /&gt;valueD
&lt;BR /&gt;There in no additional lookup table which is what I thought the join was used for.</description>
      <pubDate>Wed, 10 Feb 2010 19:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364799#M128498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-10T19:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Columns to one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364800#M128499</link>
      <description>this should be an easy tMap job, read the talend manual/components manual to give you an idea how to do this.</description>
      <pubDate>Wed, 10 Feb 2010 19:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364800#M128499</guid>
      <dc:creator>jkrfs</dc:creator>
      <dc:date>2010-02-10T19:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Columns to one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364801#M128500</link>
      <description>I agree, I thought it might be an easy thing and I very well coul dbe missing something.  I will keep researching to see what I am missing.  I have worked on this for awhile before I reached out to the community.  Thank you for your input.</description>
      <pubDate>Wed, 10 Feb 2010 20:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364801#M128500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-10T20:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Columns to one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364802#M128501</link>
      <description>I think you could either:
&lt;BR /&gt;-- read the table twice, picking up each column, then combine both flows using tUnite and eliminate the duplicates using tUniqueRow
&lt;BR /&gt;-- read the table once, concatenate the columns in tMap with a delimiter, tNormalize them to make separate rows and then eliminate the duplicates using tUniqueRow.</description>
      <pubDate>Fri, 05 Mar 2010 05:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364802#M128501</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-03-05T05:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Columns to one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364803#M128502</link>
      <description>&lt;P&gt;use tSplitRow for same table&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 11:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364803#M128502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T11:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Columns to one column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364804#M128503</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Why do you need to repeat Value1 in ColumnA?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is input_dep_port.Input a calculated field?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 05:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Columns-to-one-column/m-p/2364804#M128503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-09T05:55:56Z</dc:date>
    </item>
  </channel>
</rss>

