<?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: How to transfer data from an Access database to a MySQL database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207417#M7073</link>
    <description>Hi!&lt;BR /&gt;&lt;BR /&gt;The problem is that Access db is not a jdbc one so we don't have tableList,... &lt;BR /&gt;I will forgot Talend and doing that in java only (i'm not familiar with perl), it will be really easier to manage with dynamic creations of tables.&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies</description>
    <pubDate>Fri, 29 Oct 2010 09:58:38 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2010-10-29T09:58:38Z</dc:date>
    <item>
      <title>How to transfer data from an Access database to a MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207412#M7068</link>
      <description>Hello,
&lt;BR /&gt; I have to use talend to transfer data from an Access database to a MySQL database. I'm trying to use tAccessInput and tMySQLOutput, and I can transfer data from an access table to another, one table at a time. I need a way to iterate through all the tables in the access database and transfer data to the coresponding mysql tables, in an automated process.
&lt;BR /&gt; Can anyone help me with an advice as to how I can do this. I've tried to read the table names from a file but I can't manage to use the output of the file read component in order to specifiy the table and sql query for the tAccessInput. 
&lt;BR /&gt; I imagine I have to use some global variable in talend, but I dont know how.
&lt;BR /&gt;Please help,
&lt;BR /&gt;Cristina</description>
      <pubDate>Sat, 16 Nov 2024 14:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207412#M7068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer data from an Access database to a MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207413#M7069</link>
      <description>Hello Christina, 
&lt;BR /&gt;this is actual not possible (from my point of view) until you have for all tables the same structure. 
&lt;BR /&gt;You can use a list of tablenames in a file (and of course a SELECT statement and so on). But the problem is the structure of the row between the components. You can use a predefined select statement to create a INSERT, which will be executed in the next component. But I do not thin that this is what you want. 
&lt;BR /&gt;If you have any further question don't hesitate to ask. 
&lt;BR /&gt;Bye 
&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 13 Aug 2008 19:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207413#M7069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-13T19:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer data from an Access database to a MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207414#M7070</link>
      <description>Hi!
&lt;BR /&gt;I have exactly the same need today!
&lt;BR /&gt;Is there a method with the current talend version?
&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 28 Oct 2010 13:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207414#M7070</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-10-28T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer data from an Access database to a MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207415#M7071</link>
      <description>No good way to iterate through each table without a dose of custom code. 
&lt;BR /&gt;To solve this issue, I would either 
&lt;BR /&gt;1) write a simple perl script-- grab table names and columns, create mysql tables, move data.
&lt;BR /&gt;or
&lt;BR /&gt;2) Let Talend grab the schema's of all your input tables and then use a single input/output for each table, allowing Talend to create the tables in MySql.</description>
      <pubDate>Thu, 28 Oct 2010 14:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207415#M7071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-28T14:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer data from an Access database to a MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207416#M7072</link>
      <description>I believe it is possible; I've done something like this from DB2 or ODBC to SQL Server or Pervasive but it's tricky.
&lt;BR /&gt;Please see 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=42335#p42335" target="_blank" rel="nofollow noopener noreferrer"&gt;my post&lt;/A&gt; describing the approach.
&lt;BR /&gt;Your main problem will be getting the field definitions from Access. 
&lt;A href="http://www.access-programmers.co.uk/forums/showthread.php?t=99194&amp;amp;referrerid=0" target="_blank" rel="nofollow noopener noreferrer"&gt;This thread&lt;/A&gt; discusses how to generate them using VBA. Once you run that code to generate a table in Access defining the fields of all tables, you can then read from that to follow my approach in Talend.</description>
      <pubDate>Fri, 29 Oct 2010 01:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207416#M7072</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-10-29T01:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer data from an Access database to a MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207417#M7073</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;The problem is that Access db is not a jdbc one so we don't have tableList,... &lt;BR /&gt;I will forgot Talend and doing that in java only (i'm not familiar with perl), it will be really easier to manage with dynamic creations of tables.&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies</description>
      <pubDate>Fri, 29 Oct 2010 09:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207417#M7073</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-10-29T09:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer data from an Access database to a MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207418#M7074</link>
      <description>I have exactly the same need today!!!!!!!!!!!</description>
      <pubDate>Mon, 12 Dec 2011 08:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207418#M7074</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-12-12T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer data from an Access database to a MySQL database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207419#M7075</link>
      <description>Hi Hirecrishecom 
&lt;BR /&gt;For more help, you may create a new topic and describe your issue. 
&lt;BR /&gt;Best regards! 
&lt;BR /&gt;Pedro</description>
      <pubDate>Mon, 12 Dec 2011 09:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transfer-data-from-an-Access-database-to-a-MySQL-database/m-p/2207419#M7075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-12T09:07:27Z</dc:date>
    </item>
  </channel>
</rss>

