--- fremaje31 <[EMAIL PROTECTED]> wrote:

> Hello All,
> 
> I have a bunch of mailing list in MS Excel format.  I want to upload 
> them into my MySQL database.  What is the best way to do this?  I've 
> seen converter software, has anyone used any before and are any of them 
> free?
> 
> Thanks in advance for your assistance,
> 
> Tisha

Save them in text format in Excel.  They will be tab-delimited files.  From
there you have a much better chance of importing them into MySQL tables you
have defined.  Look at the MySQL command LOAD DATA INTO and note the properties
such as SEPARATED BY and so on.

James

Reply via email to