in reply to Re: Search CSV for multiple parameters
in thread Search CSV for multiple parameters

The reason I'm using a CSV file is that's what I'm given by my vendor. I'd love to not have to deal with a CSV file and just use a database but as this is only for reading, not writing to, it seemed like overkill to get the new file, read the file in, parse it, write it to a database, then have to deal with DBI overhead just to read some phone numbers out of the file and display them on a webpage.
  • Comment on Re: Re: Search CSV for multiple parameters

Replies are listed 'Best First'.
Re: Re: Re: Search CSV for multiple parameters
by voyager (Friar) on Feb 14, 2002 at 00:32 UTC
    But you can read from the vendor-delivered file *without* any changes through DBI with DBD::CSV.