Re: Importing undelimited files (Flat Files or Fixed-Length records)

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Importing undelimited files (Flat Files or Fixed-Length records)
Дата
Msg-id 200806191735.04034.aklaver@comcast.net
обсуждение исходный текст
Ответ на Importing undelimited files (Flat Files or Fixed-Length records)  (Bill Thoen <bthoen@gisnet.com>)
Список pgsql-general
On Thursday 19 June 2008 3:54 pm, Bill Thoen wrote:
> I've got to load some large fixed-legnth ASCII records into PG and I was
> wondering how this is done. The Copy command looks like it works only
> with delimited files, and I would hate to have to convert these files to
> INSERT-type SQL to run them through psql.. Is there a way one can
> specify a table structure with raw field widths and then just pass it a
> flat file?

Take a look at:
http://pgfoundry.org/projects/pgloader/

Latest version has support for fixed length records.
--
Adrian Klaver
aklaver@comcast.net

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

Предыдущее
От: "Gregory Williamson"
Дата:
Сообщение: Re: Importing undelimited files (Flat Files or Fixed-Length records)
Следующее
От: "blackwater dev"
Дата:
Сообщение: Re: finding firstname + lastname groups