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 use "load data" anyway as the sql command.

the specific parameters will depend on where the file is located, how
the fields are enclosed, terminated, etc....



On 8/31/07, Ana <[EMAIL PROTECTED]> wrote:
> Hello people..
> I have one file with data in CSV where first line is header..
> Don't have one module for this?
>
>
> Thanks :D
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> http://learn.perl.org/
>
>
>


-- 
since this is a gmail account, please verify the mailing list is
included in the reply to addresses

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to