<?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: Moving an extra field in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Moving-an-extra-field/m-p/2314122#M84920</link>
    <description>&lt;P&gt;@Jean-Philippe Michaud​&amp;nbsp;, check the below link you need to use tDbconnection with that only it will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/ircIB~9lV5b5iHIXv5FNPg/YKDfwAorwulJkpR_5xgB4Q&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
    <pubDate>Sun, 20 Dec 2020 13:22:21 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-12-20T13:22:21Z</dc:date>
    <item>
      <title>Moving an extra field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-an-extra-field/m-p/2314121#M84919</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm moving data from a Sql Server database To MySql database and I want to log at the end of the process the unique key from the SQL Server with the unique key of the MYSQL Database.  &lt;/P&gt;&lt;P&gt;I don't have a field in the MySql databse to store the unique key of the SQL Server database and I want to avoid creating one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the pipeline that i have right now &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbzbnAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144618i1DC11C2E7ED4CFFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbzbnAAB.png" alt="0693p00000AbzbnAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the tOutputDB1 I have this schema&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbzbsAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147962i811BCA24898FE3E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbzbsAAB.png" alt="0693p00000AbzbsAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to output the Season_ID to the next step so I can log it in my csv file &lt;/P&gt;&lt;P&gt;But if I leave the database column empty I get an error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to achieve that ?&lt;/P&gt;&lt;P&gt;The end goal is to have a csv file that will have Season_ID from the SQL Server and the lastInsertedId from the MYSql Database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-an-extra-field/m-p/2314121#M84919</guid>
      <dc:creator>JMichaud</dc:creator>
      <dc:date>2024-11-16T00:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Moving an extra field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-an-extra-field/m-p/2314122#M84920</link>
      <description>&lt;P&gt;@Jean-Philippe Michaud​&amp;nbsp;, check the below link you need to use tDbconnection with that only it will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/ircIB~9lV5b5iHIXv5FNPg/YKDfwAorwulJkpR_5xgB4Q&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2020 13:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-an-extra-field/m-p/2314122#M84920</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-12-20T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Moving an extra field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-an-extra-field/m-p/2314123#M84921</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer &lt;/P&gt;&lt;P&gt;The tDbConnection is already there and I don't have an issue getting the last insert id from the MySql Database.&lt;/P&gt;&lt;P&gt;My issue is more to make the id from the source table flow from the first database to the last step .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the tMap I can extract the Season_ID wich is the id of my initial table. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I get to the insert, since this Season_ID is not in the destinaton table, I can't map it to go to he next step and insert in my csv file &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I leave the db_column empty it fails &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2020 14:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-an-extra-field/m-p/2314123#M84921</guid>
      <dc:creator>JMichaud</dc:creator>
      <dc:date>2020-12-20T14:03:54Z</dc:date>
    </item>
  </channel>
</rss>

