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 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 inCSVwhere 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
Hello.. I need process any calculate before insert Mysql.. I try use Text:CSV.. :D but don't could use.. Thanks :D -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/