<?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: Merger columns from two different Csv into single Csv in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Merger-columns-from-two-different-Csv-into-single-Csv/m-p/2359769#M124496</link>
    <description>&lt;P&gt;Yes @Shicong Hong​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;I created the sequence for 2 files and performed the join operation on this seqno , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ganshyam&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 13:46:51 GMT</pubDate>
    <dc:creator>Ganshyam</dc:creator>
    <dc:date>2021-08-10T13:46:51Z</dc:date>
    <item>
      <title>Merger columns from two different Csv into single Csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merger-columns-from-two-different-Csv-into-single-Csv/m-p/2359766#M124493</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to merge columns from two different csv into single csv , there are no common columns between the two csv files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source_Csv&lt;/P&gt;&lt;P&gt;-----------------------&lt;/P&gt;&lt;P&gt;Source&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Destination_Csv&lt;/P&gt;&lt;P&gt;------------------------&lt;/P&gt;&lt;P&gt;Destination&lt;/P&gt;&lt;P&gt;ID_1&lt;/P&gt;&lt;P&gt;Name_1&lt;/P&gt;&lt;P&gt;Date_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Merged_Csv&lt;/P&gt;&lt;P&gt;------------------------&lt;/P&gt;&lt;P&gt;Source | Destination&lt;/P&gt;&lt;P&gt;ID	&amp;nbsp;&amp;nbsp; | ID_1&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;| Name_1&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;  | Date_1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried tmap option , but no luck, any other workaround? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merger-columns-from-two-different-Csv-into-single-Csv/m-p/2359766#M124493</guid>
      <dc:creator>Ganshyam</dc:creator>
      <dc:date>2024-11-15T23:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Merger columns from two different Csv into single Csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merger-columns-from-two-different-Csv-into-single-Csv/m-p/2359767#M124494</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you know which record of the first file and which record of the second file have to be merged? on the row ID? (first line with first line, second line with second line...?)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 15:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merger-columns-from-two-different-Csv-into-single-Csv/m-p/2359767#M124494</guid>
      <dc:creator>MS5</dc:creator>
      <dc:date>2021-08-09T15:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Merger columns from two different Csv into single Csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merger-columns-from-two-different-Csv-into-single-Csv/m-p/2359768#M124495</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;if there is  no row ID, add a new column and add a sequence id to each row using the expression:&lt;/P&gt;&lt;P&gt;Numeric.sequence("s1",1,1)&lt;/P&gt;&lt;P&gt;Note that the sequence name should be different for each data source.&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>Tue, 10 Aug 2021 01:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merger-columns-from-two-different-Csv-into-single-Csv/m-p/2359768#M124495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-10T01:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Merger columns from two different Csv into single Csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merger-columns-from-two-different-Csv-into-single-Csv/m-p/2359769#M124496</link>
      <description>&lt;P&gt;Yes @Shicong Hong​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;I created the sequence for 2 files and performed the join operation on this seqno , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ganshyam&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 13:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merger-columns-from-two-different-Csv-into-single-Csv/m-p/2359769#M124496</guid>
      <dc:creator>Ganshyam</dc:creator>
      <dc:date>2021-08-10T13:46:51Z</dc:date>
    </item>
  </channel>
</rss>

