From: | Sam Mason <sam(at)samason(dot)me(dot)uk> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: \copy command error |
Date: | 2009-08-03 18:22:16 |
Message-ID: | 20090803182216.GB5407@samason.me.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Aug 03, 2009 at 01:25:56PM -0400, Mark Watson wrote:
> Andrew Maracini wrote:
> >GISCI# \copy gisp from 'd:/projects/gisp/gisp.csv' delimiter ','
>
> If this is the case, exporting the
> City/state field wrapped in quotation marks should do the trick
You'll want to use the real CSV parser then, the code in psql would look
like this:
\copy gisp FROM 'd:/projects/gisp/gisp.csv' WITH CSV
PG and MS Excel have an almost identical definition of what a CSV file
should look like, opening the file in Excel is always a good quick check
as to why PG isn't liking the file.
--
Sam http://samason.me.uk/
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Kalsch | 2009-08-03 18:32:28 | character 0xe29986 of encoding "UTF8" has no equivalent in "LATIN2" |
Previous Message | erobles | 2009-08-03 18:18:06 | Re: \copy command error |