Need help with COPY - Mailing list pgsql-general

From Jonathan Hseu
Subject Need help with COPY
Date
Msg-id 20010616025742.A23010@vomjom
Whole thread Raw
Responses Re: Need help with COPY  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
I want to import a table from a file.  The format of the table in the file is as
such:
"FName","LName","Address","City"

The format of the table is:
(FName varchar(80), LName varchar(80), Address varchar(80), City varchar(80))

I want to do a:
COPY table FROM 'filename' USING DELIMITERS ','

The problem is, it also imports the quotes.  Also, there are sometimes commas in
the address, and it takes those as delimiters.  Is there any way to make it take
only the stuff within the quotes and ignore any delimiters within them?

Jonathan Hseu

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Insert and limit
Next
From: Dariusz Pietrzak
Date:
Subject: ODBC, ssl, problems with.