Re: SQL*Loader?

Поиск
Список
Период
Сортировка
От
Тема Re: SQL*Loader?
Дата
Msg-id Pine.LNX.4.10.10009300120270.23479-100000@chapelperilous.net
обсуждение исходный текст
Ответ на SQL*Loader?  ("Tony Simopoulos" <karkalis@earthling.net>)
Список pgsql-novice
On Fri, 29 Sep 2000, Tony Simopoulos wrote:

> i need to load data from text files into the database.
>
> the psql "copy" command is too simplistic for what i need.
>
> does anybody know of any software that is almost as feature rich as
> Oracle's SQL*Loader, but works for any database (i.e. through ODBC)?

You might want to try pgAdmin -- it's a Windows app that connects to
Postgres via ODBC, and gives you a bit more flexibility on your import
file format (although I will admit the free formatting that SQL*Loader
lets you define is pretty slick).

Another option is to code your own with Perl & DBI.  It wouldn't be too
difficult to define a control file format to define a parser to read your
text data files.  It'd be a natural job for Perl from there!

Brett W. McCoy
                                              http://www.chapelperilous.net
---------------------------------------------------------------------------
War is an equal opportunity destroyer.


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

Предыдущее
От: "Tony Simopoulos"
Дата:
Сообщение: SQL*Loader?
Следующее
От: bubola
Дата:
Сообщение: suppressing errors and warnings