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

-- 
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