Load fixed length records.

Поиск
Список
Период
Сортировка
От Martin Schweitzer
Тема Load fixed length records.
Дата
Msg-id 015501c09eef$9f921fe0$020a0a0a@martin
обсуждение исходный текст
Список pgsql-general
Hi
 
I am receiving records as fixed length ascii.  I would like to load them into PostgreSQL tables.  I could write an ecpg program to parse the records and do an insert - or I could write an awk script to split the records and insert delimiters, then use COPY (which is what I did), but I was wondering if there were some generalised tools out there for the task, or if someone had a better option?
 
Thanks.
 
Martin
 

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

Предыдущее
От: Ian Harding
Дата:
Сообщение: Re: Problem with PL/pgSQL
Следующее
От: "Steve O'Hagan"
Дата:
Сообщение: Migrate from MS SQL 6.5 to postgres??