|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| 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
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
Yes indeed it is the easiest way to do it.
But is it just a one shot project? Last edited by Gtal; 07-16-2008 at 11:17 AM. |
|
|||
|
Thanks for your answers.
No. Indeed, I would like to repeat the transfer three times a week. |
|
|||
|
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. |
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
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. |
|
|||
|
Ok don't hesitate if you have other questions related to other projects which imply using Talend Open Studio.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |