COPY command

Поиск
Список
Период
Сортировка
От Mike Nees
Тема COPY command
Дата
Msg-id BAY117-W39F7BE664CA64B91CE755D54F0@phx.gbl
обсуждение исходный текст
Ответы Re: COPY command  (Keith Worthington <KeithW@NarrowPathInc.com>)
Список pgsql-novice
I have several large fixed record length files that I'm trying to load into a new db.  My plan is to use a temporary
tablewith one CHAR column to load the file, then use a second staging table to parse the fields and set appropriate
datatypes.  When I use the COPY command to load the temporary table I only get part of the record.  When I encounter a
FILLERcolumn, which appears to be a NULL value, the rest of the record starting with the Filler doesn't load.  Total
recordsize is 455, at position 61 is the first filler field, defined as PIC X(1) from the legacy system.  I'm able to
loadall the records in the file into the temporary table,  but only for positions 1 through 60.  When I looked at the
flatfile in TextPad,  TextPad lists a special character at position 61 with a value as "NUL (^@ = 0 = 0x0)". 

My questions:

Are these just null characters?
Not knowing PERL; Is there any easy solution to removing these characters programmatically prior to using the COPY
command?


I can manually remove the NULL characters, but I'm looking for a better solution.


Any help would be appreciated.

Thanks,


Mike
_________________________________________________________________
Try Live.com: where your online world comes together - with news, sports, weather, and much more.
http://www.live.com/getstarted

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

Предыдущее
От: "Roger Rasmussen"
Дата:
Сообщение: Optimal Postgres Development Process, Software
Следующее
От: Keith Worthington
Дата:
Сообщение: Re: COPY command