Re: Importing CSV file

Поиск
Список
Период
Сортировка
От Andrew McMillan
Тема Re: Importing CSV file
Дата
Msg-id 3A633CB2.EBE09227@catalyst.net.nz
обсуждение исходный текст
Ответ на Importing CSV file  (John Poltorak <jp@eyup.org>)
Ответы Re: Importing CSV file
Список pgsql-novice
John Poltorak wrote:
>
> Is there a simple way to import a CSV file into a Postgres database?

If it is a simple CSV file then you should be able to manage with the
COPY command, using appropriate values for DELIMITERS.

If your CSV file has text quoted, and which includes line breaks within
fields, then you need to get more complex.

I have a perl script you can use in this case, if you want.

Regards,
                    Andrew.
--
_____________________________________________________________________
           Andrew McMillan, e-mail: Andrew@catalyst.net.nz
Catalyst IT Ltd, PO Box 10-225, Level 22, 105 The Terrace, Wellington
Me: +64 (21) 635 694, Fax: +64 (4) 499 5596, Office: +64 (4) 499 2267

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

Предыдущее
От: Petros Mylonopoulos
Дата:
Сообщение: Re: Too many open connections
Следующее
От: John Poltorak
Дата:
Сообщение: Re: Importing CSV file