<?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: [resolved] Can MySQLOutput Create a table with an auto_increment Column? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289785#M63136</link>
    <description>Thanks, this helped.</description>
    <pubDate>Fri, 28 Mar 2014 08:06:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-28T08:06:39Z</dc:date>
    <item>
      <title>[resolved] Can MySQLOutput Create a table with an auto_increment Column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289778#M63129</link>
      <description>Can MySQLOutput Create a table with an auto_increment Column?&lt;BR /&gt;The table schema that I need is very simple&lt;BR /&gt;CRefID   INT(10) auto_increment primary_key&lt;BR /&gt;DB1LeadID   INT(10)&lt;BR /&gt;DB2LeadID   INT(10)&lt;BR /&gt;Completed   INT(1)&lt;BR /&gt;How can I get this schema, without executing SQL ahead of time?</description>
      <pubDate>Sat, 16 Nov 2024 12:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289778#M63129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can MySQLOutput Create a table with an auto_increment Column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289779#M63130</link>
      <description>Yes,
&lt;BR /&gt;Don't define CRefID in the schema. Instead use the Advanced settings / Additional columns. Add in the full definition including the type and primary key flag. Pay attention to when quotes are used. For example, this job has a set of columns defined in the schema starting with "Business_Name". 'ai_contact_id' is an auto_increment primary key.
&lt;BR /&gt;Additional screenshots with an example for creating a UNIQUE index in MySQL: 
&lt;A href="http://bekwam.blogspot.com/2011/10/controlling-ddl-behind-talend-open.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/10/controlling-ddl-behind-talend-open.html&lt;/A&gt;.
&lt;BR /&gt;-Carl</description>
      <pubDate>Fri, 14 Oct 2011 00:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289779#M63130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-14T00:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can MySQLOutput Create a table with an auto_increment Column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289780#M63131</link>
      <description>Thanks for your post walkerca
&lt;BR /&gt;That looks like what I am looking for, but I don't have that option in my MySQLOutput component. Is that a custom component?
&lt;BR /&gt;My "About Talend Open Studio" page shows this:
&lt;BR /&gt;-----------------------
&lt;BR /&gt;"Talend Open Studio"
&lt;BR /&gt;Version: 4.2.2
&lt;BR /&gt;Build id: r63143-20110622-0628
&lt;BR /&gt;-----------------------
&lt;BR /&gt;
&lt;BR /&gt;Also, I would like to read your blog, but the page you have linked is missing. Do you have another link?
&lt;BR /&gt;Thank you again for your time.</description>
      <pubDate>Tue, 25 Oct 2011 14:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289780#M63131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-25T14:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can MySQLOutput Create a table with an auto_increment Column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289781#M63132</link>
      <description>Hi, 
&lt;BR /&gt;The link's ok, but a period was added at the end. 
&lt;BR /&gt; 
&lt;A href="http://bekwam.blogspot.com/2011/10/controlling-ddl-behind-talend-open.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/10/controlling-ddl-behind-talend-open.html&lt;/A&gt; 
&lt;BR /&gt;4.2.2 has the same component. You have to check the "use field options" box in order to display the insert/update configuration. 
&lt;BR /&gt;Here's a cross reference of the Talend articles on the blog: 
&lt;A href="https://sites.google.com/site/bekwam/home/talend" rel="nofollow noopener noreferrer"&gt;https://sites.google.com/site/bekwam/home/talend&lt;/A&gt; . (period spaced properly)</description>
      <pubDate>Tue, 25 Oct 2011 16:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289781#M63132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-25T16:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can MySQLOutput Create a table with an auto_increment Column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289782#M63133</link>
      <description>Thanks for fixing the Blog Links.
&lt;BR /&gt;I figured out what I did wrong. You have to set the "Action on Table" setting to a create setting for the "Data Type Column" to Appear.</description>
      <pubDate>Wed, 26 Oct 2011 04:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289782#M63133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-26T04:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can MySQLOutput Create a table with an auto_increment Column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289783#M63134</link>
      <description>Ok, so for any newbies trying to make this work..... 
&lt;BR /&gt; 
&lt;BR /&gt;To make an autoincrement column in Talend, do the following: 
&lt;BR /&gt;1. Place a tMysqlOutput component. 
&lt;BR /&gt;2. Change the "Action on Table" setting to a create setting, ie "Drop and Create". This enables the "Data Type Column" to Appear. 
&lt;BR /&gt;3. Click on the advanced settings tab 
&lt;BR /&gt;4. Add an additional column 
&lt;BR /&gt;5. Set the following for the Auto_Increment column 
&lt;BR /&gt; Name: "TableID" &amp;lt;---Don't forget the quotes 
&lt;BR /&gt; Data Type: INT(10) PRIMARY KEY NOT NULL auto_increment 
&lt;BR /&gt; SQL expression: 0 &amp;lt;---No quotes 
&lt;BR /&gt;6. Field Options: the fields must be updatable and insertable 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks everyone!</description>
      <pubDate>Wed, 26 Oct 2011 04:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289783#M63134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-26T04:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can MySQLOutput Create a table with an auto_increment Column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289784#M63135</link>
      <description>Glad it's working.   I added your Step #2 to the blog post. Thanks.</description>
      <pubDate>Wed, 26 Oct 2011 11:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289784#M63135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-26T11:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can MySQLOutput Create a table with an auto_increment Column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289785#M63136</link>
      <description>Thanks, this helped.</description>
      <pubDate>Fri, 28 Mar 2014 08:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-MySQLOutput-Create-a-table-with-an-auto-increment/m-p/2289785#M63136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-28T08:06:39Z</dc:date>
    </item>
  </channel>
</rss>

