Re: Load Data with COPY

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Load Data with COPY
Дата
Msg-id 5511D42A.6020703@iol.ie
обсуждение исходный текст
Ответ на Load Data with COPY  (dpopova@uvic.ca)
Ответы Re: Load Data with COPY  (John R Pierce <pierce@hogranch.com>)
Re: Load Data with COPY  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
On 24/03/2015 21:00, dpopova@uvic.ca wrote:
> I have 7,000+ rows of data in Numbers. Exported to .csv file, tried to
> load into postgres table with COPY FROM, failed. Postgres does not
> recognize the format:
>
> ERROR:  invalid input syntax for integer: "project_name,...
>
> Is there any way to export/convert the data in Numbers into a format
> recognizable by postgres?
> Mac OS 10.10.6; postgres 9.3.5.2

Well, the error says that you're trying to load a string,
"project_name", into an integer column.

Is there a header row in the CSV file? - if so, delete it and try again.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


В списке pgsql-general по дате отправления:

Предыдущее
От: dpopova@uvic.ca
Дата:
Сообщение: Load Data with COPY
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Load Data with COPY