Re: import csv file into table

From: Jude DaShiell <jdashiel(at)panix(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: import csv file into table
Date: 2015-06-14 01:21:50
Message-ID: alpine.NEB.2.11.1506132118180.23405@panix2.panix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

SOLVED! What worked was:
\COPY health FROM health.csv WITH csv DELIMITER ',' QUOTE '"'

I think I ended all of that with a semicolon but psql didn't complain.
Thanks much for your interest assistance and listening.

--

Browse pgsql-novice by date

  From Date Subject
Next Message Bianca Stephani 2015-06-15 12:05:22 Update taking forever
Previous Message David G. Johnston 2015-06-14 00:00:55 Re: csv improt to table