iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Database Discussion Forum This is the place to find help resolving those nagging questions you have about implementing and using all kinds of databases. Need help writing a query? Need an opinion on Oracle? Post here!

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-15-2008, 03:12 PM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 9
SuperTom RepRank 1
Default Transfer data from excel/acess to a MySQL database

Hi all,

I need to transfer data (client name, address etc) from excel and access into a MySQL database. I don't have a lot of technical background and I would like the operation to be as simple as possible. Any ideas?

thanks
Reply With Quote
  #2 (permalink)  
Old 07-15-2008, 03:58 PM
WebProWorld Member
 
Join Date: Oct 2005
Posts: 36
wdillsmith RepRank 0
Default Re: Transfer data from excel/acess to a MySQL database

Export it into csv or tab delimited format. You can import into mysql with

LOAD DATA INFILE 'path/file.txt' INTO TABLE your_table;
__________________
Looking for a unique gift? Send one of our gourmet cookie bouquets today.
Food lovers - visit the Gourmet Gift of the Day Blog for delicious ideas.
Reply With Quote
  #3 (permalink)  
Old 07-16-2008, 10:40 AM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 24
Gtal RepRank 0
Default Re: Transfer data from excel/acess to a MySQL database

Yes indeed it is the easiest way to do it.

But is it just a one shot project?
__________________
Visit Talend and Talendforge for open source ETL and data integration.

Last edited by Gtal; 07-16-2008 at 11:17 AM.
Reply With Quote
  #4 (permalink)  
Old 07-16-2008, 11:10 AM
kgun's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,678
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: Transfer data from excel/acess to a MySQL database

Quote:
Originally Posted by SuperTom View Post
Hi all,
I don't have a lot of technical background and I would like the operation to be as simple as possible. Any ideas?
Added to the above:
  1. Note access files can be easily imported into an Exel spreadsheet.
  2. In Exel you save the file as a plain text (.txt) file.
MySQL tools
  1. MySQL :: MySQL Administrator
  2. phpMyAdmin | MySQL Database Administration Tool | www.phpmyadmin.net
Reply With Quote
  #5 (permalink)  
Old 07-17-2008, 05:35 AM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 9
SuperTom RepRank 1
Default Re: Transfer data from excel/acess to a MySQL database

Thanks for your answers.

Quote:
Originally Posted by Gtal View Post
Yes indeed it is the easiest way to do it.

But is it just a one shot project?
No. Indeed, I would like to repeat the transfer three times a week.
Reply With Quote
  #6 (permalink)  
Old 07-17-2008, 12:29 PM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 24
Gtal RepRank 0
Default Re: Transfer data from excel/acess to a MySQL database

Then you should have a look at etl tools.

Those are able to automate a task (like, for instance, the transfer you are decribing) by bulding a script that will execute itself on a user-defined basis.
__________________
Visit Talend and Talendforge for open source ETL and data integration.
Reply With Quote
  #7 (permalink)  
Old 07-20-2008, 04:07 PM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 9
SuperTom RepRank 1
Default Re: Transfer data from excel/acess to a MySQL database

I am downloading Talend Open Studio and I'll try it.

So you mean that the program is able to build a script and I won't have to write code myself ?

And what's more I can automate the task... It's perfect then
Reply With Quote
  #8 (permalink)  
Old 07-21-2008, 06:34 AM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 24
Gtal RepRank 0
Default Re: Transfer data from excel/acess to a MySQL database

Yes, depending on the operation you want to perform, you have no or almost no code to write yourself.

What's more, if you have questions don't hesitate to ask and don't forget to consult the User guide and Reference guide which are quite comprehensive.
__________________
Visit Talend and Talendforge for open source ETL and data integration.
Reply With Quote
  #9 (permalink)  
Old 08-13-2008, 01:56 PM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 9
SuperTom RepRank 1
Default Re: Transfer data from excel/acess to a MySQL database

Thanks again !

I managed to do what I wanted, and even more, I may have some questions related to Talend Open Studio, but I guess I will open another thread, since it is a different topic.
Reply With Quote
  #10 (permalink)  
Old 08-14-2008, 06:11 AM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 24
Gtal RepRank 0
Default Re: Transfer data from excel/acess to a MySQL database

Ok don't hesitate if you have other questions related to other projects which imply using Talend Open Studio.
__________________
Visit Talend and Talendforge for open source ETL and data integration.
Reply With Quote
  #11 (permalink)  
Old 12-06-2008, 09:47 AM
WebProWorld New Member
 
Join Date: Dec 2008
Posts: 2
xsaviorx1 RepRank 0
Default Re: Transfer data from excel/acess to a MySQL database

thanks for the information!!!! it is really very useful!!!!
Reply With Quote
  #12 (permalink)  
Old 01-22-2009, 12:42 PM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 24
Gtal RepRank 0
Default Re: Transfer data from excel/acess to a MySQL database

Thanks Xsaviorx. If you'd like more information, FAQ 's and tutorials about Talend, I would suggest you look at Talendforge. The site, Talendforge, will be able to help you.
__________________
Visit Talend and Talendforge for open source ETL and data integration.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
i am new to mySQL Database AndrewB Database Discussion Forum 9 09-04-2007 02:42 PM
Getting MS Access data into MySQL database Dragonsi Database Discussion Forum 1 04-06-2005 01:52 AM
Transfer data from Access to MySQL via PHP? DarrenPWS Database Discussion Forum 2 02-11-2005 07:36 AM
Data Dump: Excel -> mySQL WildSeeker Database Discussion Forum 2 09-24-2004 02:52 PM
AskJeeves bot made over 7GB of data transfer johnie99 Search Engine Optimization Forum 8 09-01-2004 04:53 PM


All times are GMT -4. The time now is 05:17 AM.



Search Engine Optimization by vBSEO 3.3.0