Re: Postgresql Copy

From: Andrew Gould <andrewgould(at)yahoo(dot)com>
To: "samsom, debra" <dsamsom(at)bristol(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql Copy
Date: 2001-10-31 22:25:16
Message-ID: 20011031222516.66062.qmail@web13409.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I think that is correct. If I'm wrong, I'm sure I'll
be corrected.

I import fixed width data using one of two methods:

1. I import the data into MS Access, which can deal
with fixed width data; and then I move the data to
PostgreSQL via ODBC connection.

2. There's a huge fixed width file that I receive
every quarter. Since the structure is the same, I
wrote a python script that copies the data to a new
file, inserting tab delimiters and stripping out the
extra spaces as it goes. The resulting file is often
one third the size of the original. I then use copy
to import the tab delimited data into PostgreSQL.

If you'd like me to send the python script, let me
know. Basically, you'll have to adjust the file to
fit your data table's definition. (Or send me the
definition of one table and I'll adjust it this once.)
In any case, the original file is left unchanged
should anything go wrong.

Best of luck,

Andrew Gould

--- "samsom, debra" <dsamsom(at)bristol(dot)ca> wrote:
> Is there away to copy fixed length text files into
> an Postgresql table.
> After reading the doc's it looks Postgresql expects
> some sort of delimiter.
>

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2001-10-31 22:35:53 Re: fresh install of postgres 7.1 doesn't start postmaster with the "-i" flag
Previous Message John fabiani 2001-10-31 21:54:37 how to get compound indexes