Re: import CSV files in MYSQL

2007-09-18 Thread Ana
On Sep 3, 9:13 am, [EMAIL PROTECTED] (Ana) wrote: > On 31 ago, 22:35, [EMAIL PROTECTED] (Jm) wrote: > > > > > > > if you have access to the mysql client and server you don't need any > > modules, just use the "load data" sql command with all the requisite > > parameters. > > > if you need to make a

Re: import CSV files in MYSQL

2007-09-03 Thread Ana
On 31 ago, 22:35, [EMAIL PROTECTED] (Jm) wrote: > if you have access to the mysql client and server you don't need any > modules, just use the "load data" sql command with all the requisite > parameters. > > if you need to make a perl script for it, just use the standard dbd > (or dbi, i forget cur

Re: import CSV files in MYSQL

2007-08-31 Thread jm
if you have access to the mysql client and server you don't need any modules, just use the "load data" sql command with all the requisite parameters. if you need to make a perl script for it, just use the standard dbd (or dbi, i forget currently which is parent to which) module to connect, then us