On Fri, 2005-03-11 at 10:25 +0000, SG Edwards wrote:
> 
> Hi,
> 
> I have a program that extracts variables from a list of flatfiles and I want 
> to
> insert these variables into a PostreSQL database.
> 
> I was planning on creating a CSV file with a line allocated for each file 
> which
> can then be inserted into the database using the COPY command.
> 
> Is the best way to do this?!
> 
> How do I output my variables (accession, display_id, desc) to CSV file?
> 
> ta
> 

DBD::CSV might help you.

Regards,

-- 
Marco Antonio Manzo Bañuelos
[EMAIL PROTECTED]
http://www.unixmonkeys.com/amnesiac/



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


Reply via email to